forked from PostHog/posthog-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi-filter.yaml
More file actions
95 lines (82 loc) · 2.25 KB
/
Copy pathopenapi-filter.yaml
File metadata and controls
95 lines (82 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Allowlist of PostHog API operations exposed in the typed client.
# openapi-format keeps only these operationIds and strips everything else,
# then prunes orphaned components.
inverseOperationIds:
- insights_list
- insights_create
- insights_retrieve
- insights_update
- insights_partial_update
- insights_destroy
- dashboards_list
- dashboards_create
- dashboards_retrieve
- dashboards_update
- dashboards_partial_update
- dashboards_destroy
- feature_flags_list
- feature_flags_create
- feature_flags_retrieve
- feature_flags_update
- feature_flags_partial_update
- feature_flags_destroy
- environments_endpoints_list
- environments_endpoints_create
- environments_endpoints_retrieve
- environments_endpoints_update
- environments_endpoints_partial_update
- environments_endpoints_destroy
- event_definitions_list
- event_definitions_create
- event_definitions_retrieve
- event_definitions_partial_update
- event_definitions_destroy
- schema_property_groups_list
- schema_property_groups_create
- schema_property_groups_retrieve
- schema_property_groups_partial_update
- schema_property_groups_destroy
- event_schemas_list
- event_schemas_create
- event_schemas_destroy
- experiment_holdouts_list
- experiment_holdouts_create
- experiment_holdouts_retrieve
- experiment_holdouts_partial_update
- experiment_holdouts_destroy
- experiment_saved_metrics_list
- experiment_saved_metrics_create
- experiment_saved_metrics_retrieve
- experiment_saved_metrics_partial_update
- experiment_saved_metrics_destroy
- experiments_list
- experiments_create
- experiments_retrieve
- experiments_partial_update
- experiments_destroy
- experiments_launch_create
- experiments_end_create
- experiments_pause_create
- experiments_resume_create
- experiments_archive_create
- experiments_unarchive_create
- environments_retrieve
- environments_partial_update
- cohorts_list
- cohorts_create
- cohorts_retrieve
- cohorts_partial_update
- cohorts_destroy
- actions_list
- actions_create
- actions_retrieve
- actions_update
- actions_partial_update
- actions_destroy
unusedComponents:
- schemas
- parameters
- examples
- headers
- requestBodies
- responses