Verify that an option exists

head/sessions/{sessionId}/options/{optionName}
Internal-Use Only

Returns headers for option retrieval.

Request Samples

1curl --request HEAD \
2 --url https://example.com/compute/sessions/{sessionId}/options/{optionName} \
3 --header 'Accept: application/json, application/vnd.sas.error+json' \
4 --header 'Authorization: Bearer <access-token-goes-here>'

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
optionName
string
true

Specifies the name of the requested option.

sessionId
string<object-id>
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.
404Not FoundNo such option name exists at the requested path.Schema
Cookie Preferences