cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/activate \ --header 'Content-Type: application/json' \ --data ' { "appliedAt": "<string>" } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
the policy id
Optional: the whenAt datetime
Optional: the simulatedAt datetime
the date and time when the policy will be activated
The response is of type object.
object
Was this page helpful?