---
title: "Update Paladin"
method: PUT
path: "/paladin/{paladin_id}"
tags: ["paladin"]
---

# Update Paladin

`PUT /paladin/{paladin_id}`

Updates a `Paladin` object.

## Path parameters

- `paladin_id` string, uuid, required

## Request body

- UpdatePaladinInfo — Information for updating a Paladin.
  - `name` string, required — The name of the Paladin.
  - `monitor_mode` boolean — When true, the Paladin reasons about requests but takes no action. If omitted, the existing value is preserved.
  - `admin_view_only` boolean — When true, recommendations are visible only to admins. Only meaningful when monitor_mode is true. If omitted, the existing value is preserved.
  - `enabled_connectors` PaladinConnector[] — The connectors the Paladin is allowed to use. If omitted, the existing connectors are preserved.
  - `instructions` string — The free-form instructions that guide the Paladin's decisions. If omitted, the existing instructions are preserved.

## Response `200`

The updated Paladin.

- Paladin — # Paladin Object ### Description The `Paladin` object represents a Paladin, Opal's AI access-request reviewer.
  - `paladin_id` string, uuid, required — The ID of the Paladin. Use this value as a reviewer in a request configuration's service_user_ids.
  - `name` string, required — The name of the Paladin.
  - `owner_id` string, uuid, required — The ID of the owner of the Paladin.
  - `monitor_mode` boolean, required — When true, the Paladin reasons about requests but takes no action. Shown as "Monitor mode" in the UI.
  - `admin_view_only` boolean, required — When true, the Paladin's recommendations are visible only to admins. Only meaningful when monitor_mode is true.
  - `enabled_connectors` PaladinConnector[], required — The connectors the Paladin is allowed to use.
  - `instructions` string, required — The free-form instructions that guide the Paladin's decisions.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/5b5b5f694e25/schema)
