UpdateRun
Updates the details of a run.
Try it now
Test
RAM authorization
Request syntax
PUT /api/v1/runs/{RunId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RunId |
string |
Yes |
The ID of the run. |
run-1qJhzJ2YXgX**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Name |
string |
No |
The name of the run. The naming conventions are as follows:
|
myName |
| Labels |
array |
No |
A list of labels. |
|
| Label |
No |
The details of the label. |
||
| Params |
array |
No |
A list of parameters. |
|
| RunParam |
No |
The details of the parameter. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
ADF6D849-*****-7E7030F0CE53 |
Examples
Success response
JSON format
{
"requestId": "ADF6D849-*****-7E7030F0CE53"
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.