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 response is of type object.
object
Was this page helpful?