Retrieve, update, or delete a single policy by ID
PUT (full update) and PATCH (partial update) methods.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | UUID of the policy to update |
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | uuid | Yes | UUID of the organization for access control |
| Field | Type | Required (PUT) | Required (PATCH) | Description |
|---|---|---|---|---|
name | string | Yes | No | New name for the policy (max 255 characters) |
description | string | No | No | New description for the policy |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the organization for access control. Required.