cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/target_app/{id} \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "name": "string", "description": "a description" } '
{ "message": "Target apps updated successfully." }
Documentation IndexFetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
id
name of the target app
"string"
a description of the target app
"a description"
Update Target App Success
Was this page helpful?