Organizations
Update the active organization
Updates the active organization. At the moment, only the display name may be changed.
PUT
/api/v1/organization
Body parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Required | The new display name for the organization. May be up to 80 characters. |
Response
The organization object
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the organization. |
| name | string | The display name of the organization. |
| created_at | datetime | When the organization was created. |
| updated_at | datetime | When the organization was last updated. |