Skip to content

Commit c574255

Browse files
chore: Update documentation artefacts
1 parent db5ee9a commit c574255

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/docs/deployment-self-hosting/observability/_events-catalogue.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ Attributes:
8989
- `environment.id`
9090
- `exc_info`
9191
- `experiment.id`
92+
- `feature.id`
9293
- `organisation.id`
9394

9495
### `experimentation.results.compute_failed`
9596

9697
Logged at `error` from:
97-
- `api/experimentation/tasks.py:135`
98+
- `api/experimentation/tasks.py:136`
9899

99100
Attributes:
100101
- `environment.id`

docs/docs/deployment-self-hosting/observability/_metrics-catalogue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Labels:
9090

9191
Histogram.
9292

93-
Duration of a single segment membership page read.
93+
Duration of one segment membership page read.
9494

9595
Labels:
9696

docs/docs/integrating-with-flagsmith/_mcp-tool-catalogue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
| `publish_environment_feature_version` | Publishes a feature version to make it live in the environment. Applies to environments with v2 feature versioning (use_v2_feature_versioning: true). |
4141
| `update_environment_feature_state` | Updates a feature state in an environment, including enabled status and value. Applies to environments without v2 feature versioning (use_v2_feature_versioning: false). |
4242
| `update_environment_feature_version_state` | Updates an existing feature state for a specific version in an environment. Applies to environments with v2 feature versioning (use_v2_feature_versioning: true). |
43-
| `update_experiment` | (Beta) Updates an experiment's name or hypothesis. |
43+
| `update_experiment` | (Beta) Updates an experiment's name or its hypothesis. |
4444
| `update_feature` | Updates feature flag properties such as name and description. |
4545
| `update_feature_multivariate_option` | Updates an existing multivariate option. |
4646
| `update_feature_state` | Updates a feature state, including its enabled status and value. Also updates a segment override's value for environments without v2 feature versioning (use_v2_feature_versioning: false). |

mcp/src/flagsmith_mcp/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
},
552552
"put": {
553553
"operationId": "update_experiment",
554-
"description": "(Beta) Updates an experiment's name or hypothesis.",
554+
"description": "(Beta) Updates an experiment's name or its hypothesis.",
555555
"parameters": [
556556
{
557557
"name": "environment_api_key",

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ paths:
31183118
- mcp
31193119
put:
31203120
operationId: update_experiment
3121-
description: (Beta) Updates an experiment's name or hypothesis.
3121+
description: (Beta) Updates an experiment's name or its hypothesis.
31223122
parameters:
31233123
- name: environment_api_key
31243124
in: path
@@ -8425,7 +8425,7 @@ paths:
84258425
get:
84268426
operationId: sdk_v1_flags
84278427
description: |-
8428-
Retrieve the flags for an environment.
8428+
Retrieve the feature flags for an environment.
84298429

84308430
---
84318431
*Note*: when providing the `feature` query argument, this endpoint will
@@ -8513,7 +8513,7 @@ paths:
85138513
get:
85148514
operationId: sdk_v1_flags_2
85158515
description: |-
8516-
Retrieve the flags for an environment.
8516+
Retrieve the feature flags for an environment.
85178517

85188518
---
85198519
*Note*: when providing the `feature` query argument, this endpoint will

sdk/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ paths:
3333
get:
3434
operationId: sdk_v1_flags
3535
description: |-
36-
Retrieve the flags for an environment.
36+
Retrieve the feature flags for an environment.
3737
3838
---
3939
*Note*: when providing the `feature` query argument, this endpoint will

0 commit comments

Comments
 (0)