‘?set=’ query parameter to control the monitoring status of the entity.
Set this parameter to ‘true’ to disable ongoing monitoring.Set this parameter to ‘false’ to enable ongoing monitoring.
cURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
‘?set=’ query parameter to control the monitoring status of the entity.
Set this parameter to ‘true’ to disable ongoing monitoring.curl --request POST \
--url 'https://api.uat.frankie.one/compliance/v1.2/entity/{entityId}/flag/monitor?set=true' \
--header 'accept: application/json'
Was this page helpful?