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://statsigapi.net/console/v1/keys/{id} \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "description": "<string>", "scopes": [], "environments": [ "<string>" ], "targetAppID": "<string>", "secondaryTargetAppIDs": [ "<string>" ] } '
{ "message": "Key updated successfully.", "data": { "environments": [ "staging" ], "targetAppID": "primaryApp", "secondaryTargetAppIDs": null } }
Optional header to respect review settings for mutation endpoints.
1000
omni_read_only
omni_read_write
client_download_config_specs
none_hash_enabled
can_access_keys
Key updated successfully
A simple string explaining the result of the operation.
A single result.
Show child attributes