cURL
projects
Update a Project
Update the fields of a project using either its name or id.
PATCH
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique project identifier or the project name
Example:
"prj_LLHUOMOoDlqOp8wPE4kFo9pE or my-project-name"
Query Parameters
The Team identifier or Team slug to perform the request on behalf of.
Example:
"team_xbtegd63gdg5636gdg"
The Team slug to perform the request on behalf of.
Example:
"my-team"
Body
application/json
The desired name for the project
Maximum string length:
100Example:
"a-project-name"
Response
The project was successfully updated