PATCH
/
v1
/
application
/
{id}
curl --request PATCH \
  --url https://vault-api.stardust.gg/v1/application/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "email": "<string>",
  "description": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "description": "<string>",
  "rootUserId": "<string>"
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Body

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
required

The id of the application

name
string
required

The name of the application

email
string
required

The email address associated with this app

description
string

The description of the application

rootUserId
string

The Root Identity Id associated with the application