Deprecate, Reject, and Approve Scripts API

Deprecate, reject or approve a script based on the script name or ID.

POST/sm/v1/scripts/{scriptId}/{action}

SampleSample

API Request

 curl --location --request POST 'https://qualys_base_url/sm/v1/scripts/{ScriptId/ScriptName}/deprecate' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer  \

--data-raw '{}'

Response

 200-OK {}