Update an organization.
Requires org:write permission.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
curl --request PATCH \
--url 'https://api.unify.ai/v0/organizations/<organization_id>' \
--header "Authorization: Bearer $UNIFY_KEY"
--header 'Content-Type: application/json' \
--data '{}'
{
"id": "integer",
"name": "string",
"owner_id": "string",
"billing_user_id": "string",
"created_at": "string"
}