Application Endpoints
Update an Application
Application Endpoints
Update an Application
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
Path Parameters
Body
application/json
Response
200
application/json
The response is of type object
.
Was this page helpful?
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>"
}