Update a check
URL
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.
Headers
Name | Type | Description |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the check. |
Body
Name | Type | Description |
---|---|---|
| boolean | Determines whether continuous monitoring is enabled. |
Example request
Example responses
Last updated