cURL
curl --request PATCH \ --url https://api.vela.dev/v1/apps/{appId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Orders v2", "slug": "orders-v2" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "apiKeyPrefix": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Updates an app’s name and/or slug.
Client secret for management API access. Format: vela_cs_...
vela_cs_...
App UUID or slug
New display name
New slug
Updated app
App identifier
Associated account
App display name
URL-friendly identifier
Prefix of the current API key