Retrieve, update, or delete a single policy by ID
Update metadata (name and description) of an existing policy. This does not modify the policy versions or content - use the Create Policy Version endpoint to add new content. This endpoint supports bothDocumentation Index
Fetch the complete documentation index at: https://docs.roe-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Serializer for updating policy metadata (name, description)