v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Organizations

Update organization

put/api/v1/organizations/{organizationId}

Path parameters

organizationIdstring required

The namespace of the organization to be updated.

Request body

namestring

The name of the organization

Example request

{
  "name": "ACME Inc."
}

Response

OK

idinteger

The id of the organization ( Deprecated: Use namespace instead. )

logoURLstring

URL to a logo of the organization

namestring required

The name of the organization

namespacestring required

The namespace of the organization

Example response

{
  "id": 100,
  "logoURL": "/api/v1/public/images/abcdef",
  "name": "ACME Inc.",
  "namespace": "de.acme"
}