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

Path Parameters

app
string
required

Body

application/json
key
string
required

Response

200

Success