Update Policy
PATCH/api/policies/:id
Updates an existing Claude Code agent policy by ID.
Only the fields provided in the request body will be updated. The settings object follows the Claude Code managed-settings JSON schema and can include permissions, allowed MCP servers, company announcements, and more.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Policy updated successfully
Invalid request body
Authentication required or invalid token
Policy not found
Internal server error