PUT   scenarios/browser/{scenario_id}

Updates a new browser scenario.

URL Parameters

NameDescription
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

    curl --request PUT "https://api-asm1.apica.io/v3/scenarios/browser/5666?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"