cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/prompts/{id} \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "description": "<string>", "targetApps": "<string>", "team": "<string>", "teamID": "<string>" } '
{ "message": "<string>", "data": { "id": "<string>", "description": "<string>", "lastModifierID": "<string>", "lastModifiedTime": 123, "lastModifierEmail": "<string>", "lastModifierName": "<string>", "createdTime": 123, "creatorName": "<string>", "name": "<string>", "idType": "<string>", "creatorID": "<string>", "creatorEmail": "<string>", "tags": [ "<string>" ], "targetApps": [ "<string>" ], "holdoutIDs": [ "<string>" ], "team": "<string>", "teamID": "<string>", "version": 123 } }
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
Updated description.
1000
Updated list of target app names.
Updated team name.
Updated team ID.
Update Prompt Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?