Appearance
Update organization.
PATCH
/backend/v1/org
Modifies the organization's name, application URL, and enables multi-factor authentication.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"applicationUrl": "string",
"name": "string",
"requireMfa": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}