asn_projects_update: A specific, existing project can be updated by making a PUT...

View source: R/projects.R

asn_projects_updateR Documentation

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

Description

When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the task.

Usage

asn_projects_update(project, ..., options = list())

Arguments

project

Id The project to update.#'

...

Object Data for the request

Details

Returns the complete updated project record.

See Also

Other projects: asn_projects_add_custom_field_setting, asn_projects_add_followers, asn_projects_add_members, asn_projects_create_in_team, asn_projects_create_in_workspace, asn_projects_create, asn_projects_delete, asn_projects_find_all, asn_projects_find_by_id, asn_projects_find_by_team, asn_projects_find_by_workspace, asn_projects_remove_custom_field_setting, asn_projects_remove_followers, asn_projects_remove_members, asn_projects_tasks, asn_projects


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