Projects
Update a project
Updates a project. At the moment, only the project name may be changed.
PUT
/api/v1/projects/{project}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| project | integer | Required | The numeric ID of the project. |
Body parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Required | The new display name for the project. May be up to 120 characters. |
Response
The project object
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the project. |
| organization_id | integer | The ID of the organization that owns the project. |
| name | string | The display name of the project. |
| created_at | datetime | When the project was created. |
| updated_at | datetime | When the project was last updated. |