asn_workspaces_update: A specific, existing workspace can be updated by making a PUT...

View source: R/workspaces.R

asn_workspaces_updateR Documentation

A specific, existing workspace can be updated by making a PUT request on the URL for that workspace. Only the fields provided in the data block will be updated; any unspecified fields will remain unchanged.

Description

Currently the only field that can be modified for a workspace is its 'name'.

Usage

asn_workspaces_update(workspace, ..., options = list())

Arguments

workspace

Id The workspace to update.#'

...

Object Data for the request

Details

Returns the complete, updated workspace record.

See Also

Other workspaces: asn_workspaces_add_user, asn_workspaces_find_all, asn_workspaces_find_by_id, asn_workspaces_remove_user, asn_workspaces_typeahead, asn_workspaces


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.