Skip to main content
PUT
/
api
/
policy
/
enable
Enable Policy
curl --request PUT \
  --url https://{organization_id}.platform.barndoor.ai/api/policy/enable \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string[]

Response

Successful Response