UpdateExperimentPlan
Updates an existing experiment plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:UpdateExperimentPlan |
update |
*ExperimentPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PlanId |
integer |
Yes |
The ID of the experiment plan. |
189 |
| PlanTemplateName |
string |
Yes |
The name of the experiment plan. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| Data |
boolean |
The returned data. |
true |
| RequestId |
string |
The request ID. |
5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| TotalCount |
integer |
The total count. |
0 |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.