v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Organization

Updates the given organization's provided fields.

Only the fields present in the body are changed. Responds with 400 when the slug is already taken by another organization.

patch/organizations/{organizationId}

Path parameters

organizationIdstring required

The id of the organization to update.

Request body

namestring

The new human-readable name, if changing it.

slugstring

The new URL-safe unique identifier, if changing it.

Response

No Content