asn_sections_update: A specific, existing section can be updated by making a PUT...

View source: R/sections.R

asn_sections_updateR Documentation

A specific, existing section 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. (note that at this time, the only field that can be updated is the 'name' field.)

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_sections_update(section, ..., options = list())

Arguments

section

Id The section to update.#'

...

Object Data for the request

Details

Returns the complete updated section record.

See Also

Other sections: asn_sections_create_in_project, asn_sections_delete, asn_sections_find_by_id, asn_sections_find_by_project, asn_sections_insert_in_project, asn_sections


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