Update a project
Update an existing project.
Per FR-API-PROJ-003: Update project fields.
Only provided fields are updated; omitted fields retain their values.
Args: gid: Asana project GID. body: Fields to update.
Returns: Updated project data.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body required
Section titled “Request Body required ”Request body for updating a project.
Per FR-API-PROJ-003: Update project endpoint.
All fields are optional; only provided fields are updated.
Attributes: name: New project name. notes: New project description. archived: Archive status.
Responses
Section titled “ Responses ”Successful Response
object
Response metadata
object
Request correlation ID
Response timestamp (UTC)
Pagination metadata for list responses.
Per ADR-ASANA-008: Cursor-based pagination with opaque offset.
Attributes: limit: Number of items requested per page. has_more: Whether more items exist after this page. next_offset: Opaque cursor for next page (None if no more pages).
Validation Error