Updates the whitelist data.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:UpdateApp |
*AbTestExperiment
|
None | None |
Request syntax
PUT /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}/fixed-flow-dividers HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
“my_app_group_name” |
| sceneId |
integer |
Yes |
The scenario ID. |
20404 |
| groupId |
integer |
Yes |
The ID of the group. |
13467 |
| experimentId |
integer |
Yes |
The ID of the experiment. |
12889 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
array |
No |
The request body. |
|
|
string |
No |
Whitelist data. |
"D77D0DAF" |
Request body
| Parameter | Type | Required | Example | Description |
| [] | String | Yes | "D77D0DAF" | Whitelist data. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
D77D0DAF-790D-F5F5-A9C0-133738165014 |
| result |
array |
The returned results. |
|
|
string |
The whitelist. |
[ "D77D0DAF", "133738165014" ] |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
"[ \"D77D0DAF\", \"133738165014\" ]"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.