Update script status
Update the status of a script with the given script keys.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
scriptKeys
An array of script keys whose statuses should be modified.
status
The status that the script should be updated to.
Allowed values:
justification
The reason why the status was updated. Updates the Script justification field in PCS DSS. Defaults to the vendor description if it exists.
note
Additional information about the authorization.
applyJustificationToAll
If true, will update all specified scripts with the justification. If false, will only update scripts that do not already have a justification.
Response
Success
updated_scripts_count