PUT
/policies/{policy_id}
curl \
--request PUT 'https://identity.zerionsoftware.com/v1/policies/self' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"description":"Description of this user group","type":"no idea what this is","used_as":"no idea what this is"}'
Request examples
{
"description": "Description of this user group",
"type": "no idea what this is",
"used_as": "no idea what this is"
}
Response examples (200)
{
"id": "7e72b386ac44d1414e59188b"
}