Verify that an option exists
head/sessions/{sessionId}/options/{optionName}
Returns headers for option retrieval.
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>'
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. | ||
404 | Not Found | No such option name exists at the requested path. | Schema |