v1
latestOpenAPI 3.0.22026-08-045831103.6 KBOrganizations
Update organization
Update a single organization
post/v1/organizations/{id}
Path parameters
idstring uuid required
Example:8feade82-d77b-4e8b-9d35-fd43e972b5c8
UUID
Headers
api-tokenstring required
API Token
Request body
Example request
{
"name": "Organization name"
}Response
Organization updated
Example response
{
"id": "8feade82-d77b-4e8b-9d35-fd43e972b5c8"
}