Application Endpoints
Update an Application
PATCH
/
v1
/
application
/
{id}
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredBody
application/json
name
string
The name of the application
email
string
The email address associated with this app
description
string
The description of the application
Response
200 - application/json
id
string
requiredThe id of the application
name
string
requiredThe name of the application
email
string
requiredThe email address associated with this app
description
string
The description of the application
rootUserId
string
The Root Identity Id associated with the application
Was this page helpful?