Organizations
Update organization
put/api/v1/organizations/{organizationId}
Path parameters
organizationIdstring required
The namespace of the organization to be updated.
Request body
Example request
{
"name": "ACME Inc."
}Response
OK
Example response
{
"id": 100,
"logoURL": "/api/v1/public/images/abcdef",
"name": "ACME Inc.",
"namespace": "de.acme"
}