PUT scenarios/browser/{scenario_id}
Updates a new browser scenario.
URL Parameters
| Name | Description |
|---|
| scenario_id | Browser scenario identifier. Type: numeric. |
Remarks
The request body must be presented in the
multipart/form-data format. It must contain at least one of the following parts:
Name: name. Value: The new name of the scenario. Name: file. Value: The file to either replace data of the existing file or associate it with the scenario if it doesn't contain any file.Name: file_descriptor. Value: The new descriptor of the scenario file.
Request example