Update Policy Status
Modifies the status of a policy to either “active” or “inactive”.
Header Access Token
To call this endpoint, you must use your access token in the authorization header of the API request.
Path parameters
id
ID of the policy to be updated
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
status
The new status of the policy
Allowed values:
Response
Policy status updated successfully
data
error