Set or update option value

put/sessions/{sessionId}/options/{optionName}

Enables you to set or update the value of the specified option.

Request Samples

1

Response Samples

12147483648

Path Parameters

NameTypeRequiredDescription
optionName
string
true

Specifies the name of the requested option.

sessionId
string<object-id>
true

Specifies the ID of the session.

Request Body

Specifies the value for the requested option.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
404Not Found

No such option name exists at the requested path.

Schema