put
https://app.asana.com/api/1.0/projects/
Required scope: projects:write
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.
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.
Returns the complete updated project record.
Deprecation notice: Updating the team field is deprecated. When this
field is included in the request, the Asana-Change response header will
indicate an affected deprecation. Clients should switch to using
POST /memberships with { parent: project, member: team } to share a
project with a team.