Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://auth.contra.id/v1/organizations/me/{org_id}/applications/{app_id}
Rename an application, rotate its key, or update settings.
curl -X PATCH https://auth.contra.id/v1/organizations/me/$ORG_ID/applications/$APP_ID \ -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \ -d '{ "name": "production-eu", "rotate_api_key": true }'
name
rotate_api_key
true
api_key
environment
"live"
"test"
{ "uuid": "app_5b9c…", "api_key": "ctr_NEW_KEY_HERE", "name": "production-eu", "environment": "live" }