cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/activate \ --header 'Content-Type: application/json' \ --data ' { "appliedAt": "<string>" } '
{}
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?