From e37ba6655f640c8c3c7e55630edc4b622f47d9a2 Mon Sep 17 00:00:00 2001 From: Akhil Prakash <94870426+akhil-prakash@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:53:37 -0800 Subject: [PATCH] Update content/collections/experiment-apis/en/experiment-management-api-experiments.md Co-authored-by: markzegarelli --- .../experiment-apis/en/experiment-management-api-experiments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/experiment-apis/en/experiment-management-api-experiments.md b/content/collections/experiment-apis/en/experiment-management-api-experiments.md index bdc4eb17c..50433bad7 100644 --- a/content/collections/experiment-apis/en/experiment-management-api-experiments.md +++ b/content/collections/experiment-apis/en/experiment-management-api-experiments.md @@ -1027,7 +1027,7 @@ Edit an experiment. |
Name
|Requirement|Type|Description| |---|---|---|---| -|`group_type`| Optional | string | Group type of the filter; can be null. Can be `User` value or one of the group values, eg `org_id`, `org name` | +|`group_type`| Optional | string | Group type of the filter; can be null. Can be `User` value or one of the group values, for example `org_id` or `org name` | |`subprop_key`| Required | string | Filter's key; cannot be null. | |`subprop_op`| Required | string | The [operation](#subprop_op) to use in this filter. | |`subprop_type`| Required | string | Either `event`, `user` or `group` indicating that the property is either an event, user or group property, respectively. |