Update organization

Update the supplied fields on an organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization to update.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Request

This endpoint expects an object.
namestringOptional
New name shown to users. Must be 4 to 80 characters.

Response

The updated organization.
organizationobject
The updated organization.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error