---
title: "Update Page Intent"
method: PUT
path: "/api/admin/page-intents/{intent_id}"
tags: ["admin"]
---

# Update Page Intent

`PUT /api/admin/page-intents/{intent_id}`

Update an existing intent-to-action mapping.

## Path parameters

- `intent_id` string, required

## Headers

- `authorization` string, required

## Request body

- UpdateIntentActionRequest — Request to update an intent-to-action mapping.
  - `intent_patterns` string[], nullable
  - `actions` object[], nullable
  - `notes` string, nullable
  - `condition` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
