v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
organizations

Update organization information

Update information about a specific organization by its ID.

  • Only the organization owner can access the API.
patch/organizations/{orgId}

Path parameters

orgIdstring uuid required
Example:a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11

The organization's ID.

  • Must be a valid UUID.

Request body

namestring required

The organization's name.

Example request

{
  "name": "My Organization"
}

Response

Successfully updated the organization info.