Update a check
Update a check
POST
https://api.complycube.com/v1/checks/:id
Updates the specified check by setting the values of the parameters passed. You can only update checks of type standard_screening_check and extensive_screening_check. The update allows you to enable or disable continuous monitoring.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the check. |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | The content-type must always be set to |
Authentication | string | The API |
Request Body
Name | Type | Description |
---|---|---|
enableMonitoring | boolean | Determines whether continuous monitoring is enabled. |
Example request
Last updated