Set or update option value
put/sessions/{sessionId}/options/{optionName}
Enables you to set or update the value of the specified option.
| Name | Type | Required | Description |
|---|---|---|---|
optionName | string | true | Specifies the name of the requested option. |
sessionId | string<object-id> | true | Specifies the ID of the session. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No such option name exists at the requested path. | Schema |