Organizations
Update an organization
Update an organization. Returns JSON unless otherwise noted.
Authentication
Authorizationbearer tokenRequires organizations.write — Update organizations and logos.
Path parameters
organizationIdstringrequiredThe organization identifier.
Body parameters
application/json
namestringOrganization display name.
websiteUrlURLOrganization website.
termsUrlURLTerms of service URL.
privacyPolicyUrlURLPrivacy policy URL.
supportEmailemailPublic support email address.
descriptionstringPublic organization description.
Responses
200Successful response400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded