Update Organization
PATCH
/organization/{id}
Updates an existing organization's details such as name or description. Only organization owners can perform this action.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Typestring
RequiredRequest Body
application/json
JSON
{
"name": "string",
"description": "string"
}
Responses
Organization successfully updated
application/json
JSON
{
}