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."
}
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."
}
Optional header to respect review settings for mutation endpoints.
id
Update Target App Success
The response is of type object
.