Policies
Update Policy
Retrieve, update, or delete a single policy by ID
PUT
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 both
PUT (full update) and PATCH (partial update) methods.
Path Parameters
Query Parameters
Request Body
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Body
application/json
Response
Policy updated successfully.
Serializer for updating policy metadata (name, description)