Modifies a test group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:UpdateApp |
update |
*AbTestGroup
|
None | None |
Request syntax
PUT /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId} 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 test group. |
13467 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body | ABTestGroup |
No |
The request body. For more information, see ABTestGroup. |
|
| dryRun |
boolean |
No |
Specifies whether to perform a dry run. Valid values:
|
true |
Request body
| Parameter | Type | Required | Example | Description |
| name | String | Yes | "kevintest3" | The name of the test group. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
''1111'' |
| result |
object |
The details of the test group. |
|
| created |
integer |
The time when the test group was created. |
1588839490 |
| status |
integer |
The status of the test group. Valid values:
|
1 |
| updated |
integer |
The time when the test group was last updated. |
1588839490 |
| name |
string |
The name of the test group. |
Group_2020-5-7_15:23:3 |
| id |
string |
The ID of the test group. |
13466 |
Examples
Success response
JSON format
{
"requestId": "''1111''",
"result": {
"created": 1588839490,
"status": 1,
"updated": 1588839490,
"name": "Group_2020-5-7_15:23:3",
"id": "13466"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.