0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/cypress/fixtures/api/event/feature_flag_property_definition.json
Karl-Aksel Puulmann a62555a230
chore: rename is_event_property from property definitions API (#13838)
* Rename is_event_property API response value

* is_event_property parameter -> filter_by_event_names

* Add missing test

* Remove some illegal tests
2023-01-23 10:59:37 +02:00

24 lines
663 B
JSON

{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": "017dde0e-1cb5-0000-68b4-44835b7c894f",
"name": "$feature/awesome-new-hidden-thing",
"is_numerical": false,
"query_usage_30_day": null,
"property_type": null,
"is_seen_on_filtered_events": null
},
{
"id": "017dde0e-1cb5-0000-68b4-44835b7c894f",
"name": "$feature/our-cool-experiment",
"is_numerical": false,
"query_usage_30_day": null,
"property_type": null,
"is_seen_on_filtered_events": null
}
]
}