Updates whitelists.
Debugging
Request headers
This operation uses only the common request headers. For more information, see Common request parameters.
Request syntax
PUT /v4/openapi/app-groups/[appGroupIdentity]/scenes/[sceneId]/groups/[groupId]/experiments/[experimentId]/fixed-flow-dividers HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | "my_app_group_name" |
The name of the application. |
experimentId | Integer | Path | Yes | 12889 |
The ID of the test. |
groupId | Integer | Path | Yes | 13467 |
The ID of the test group. |
sceneId | Integer | Path | Yes | 20404 |
The ID of the test scenario. |
Parameter |
Type |
Required |
Example |
Description |
---|---|---|---|---|
[] |
String |
Yes |
"D77D0DAF" |
The whitelist data that you want to update. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | D77D0DAF-790D-F5F5-A9C0-133738165014 |
The ID of the request. |
result | List | [ "D77D0DAF", "133738165014" ] |
The whitelists after the update. |
Examples
Sample requests
PUT /v4/openapi/app-groups/test_app_group_1/scenes/1234/experiments/5678/fixed-flow-dividers
[
"D77D0DAF",
"133738165014"
]
Sample success responses
XML
format
<requestId>D77D0DAF-790D-F5F5-A9C0-133738165014</requestId>
<result>D77D0DAF</result>
<result>133738165014</result>
JSON
format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
"D77D0DAF",
133738165014
]
}
Error codes
For a list of error codes, visit the API Error Center.