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
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Type
Requiredstring
Request Body
application/json
JSON
"string"
Responses
Organization successfully updated
application/json
JSON
{
}
