Skip to content

Update organization.

PATCH
/backend/v1/org

Modifies the organization's name, application URL, and enables multi-factor authentication.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"applicationUrl": "string",
  
"name": "string",
  
"requireMfa": true
}

Responses

Successful Response

application/json
JSON
{
  
"message": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: