Skip to main content
POST
/
v1
/
posthog_update_feature_flag
posthog_update_feature_flag
curl --request POST \
  --url https://api.fetchbean.com/v1/posthog_update_feature_flag \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "flag_id": "<string>",
  "active": true,
  "project_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
flag_id
required
active
boolean
project_id

Response

Success

The response is of type object.