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.
id required | integer Approval ID. Contact Automox Support for further assistance. |
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
{- "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
}
]