Update a manual approval record. Set the manual_approval
attribute of approval object to true
to approve a patch; set it to false
to reject a patch.
See Using Global API Keys for more information on permission and scope requirements.
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Too many requests
Service Unavailable
Invalid Request
{- "summary": "Approval request example",
- "description": "Example request body for approving or denying software installation",
- "value": {
- "manual_approval": true
}
}
[- {
- "id": 0,
- "software_version_id": 0,
- "policy_id": 0,
- "manual_approval": true,
- "manual_approval_time": "2019-08-24T14:15:22Z",
- "auto_approval": true
}
]