Skip to main content
PATCH
/
v1
/
app-config
/
feature-flags
/
{app}
cURL
curl --request PATCH \
  --url https://revive-api-v2-production.herokuapp.com/v1/app-config/feature-flags/{app} \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

app
string
required

Body

application/json

The body is of type object.

Response

200

Success