You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/features/versioning/views.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
extensions={
55
55
"x-gram": {
56
56
"name": "get_environment_feature_versions",
57
-
"description": "Retrieves version information for a feature flag in a specific environment. Use this for environments with v2 feature versioning.",
57
+
"description": "Retrieves version information for a feature flag in a specific environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
58
58
},
59
59
},
60
60
),
@@ -66,7 +66,7 @@
66
66
extensions={
67
67
"x-gram": {
68
68
"name": "create_environment_feature_version",
69
-
"description": "Creates a new version for a feature flag in a specific environment. Use this for environments with v2 feature versioning.",
69
+
"description": "Creates a new version for a feature flag in a specific environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
"description": "Publishes a feature version to make it live in the environment. Use this for environments with v2 feature versioning.",
166
+
"description": "Publishes a feature version to make it live in the environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
"description": "Retrieves feature state information for a specific version in an environment. Use this for environments with v2 feature versioning.",
229
+
"description": "Retrieves feature state information for a specific version in an environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
"description": "Creates a new feature state for a specific version in an environment. Use this for environments with v2 feature versioning.",
241
+
"description": "Creates a new feature state for a specific version in an environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
"description": "Updates an existing feature state for a specific version in an environment. Use this for environments with v2 feature versioning.",
253
+
"description": "Updates an existing feature state for a specific version in an environment. Use this tool for environments with v2 feature versioning (use_v2_feature_versioning: true).",
"description": "Updates a feature state in an environment, including enabled status and value. Use this for environments without v2 feature versioning.",
832
+
"description": "Updates a feature state in an environment, including enabled status and value. Use this tool for environments without v2 feature versioning (use_v2_feature_versioning: false).",
"description": "Updates a feature state, including its enabled status and value. Use this tool to update a segment override's value for environments without v2 feature versioning (use_v2_feature_versioning: false).",
"description": "Creates a segment override for a feature in an environment in a single call, setting both the segment binding and its value. Use this tool for environments without v2 feature versioning (use_v2_feature_versioning: false).",
0 commit comments