cURL
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>" }
The name of the application
The email address associated with this app
The description of the application
The id of the application
The Root Identity Id associated with the application
Was this page helpful?