---
title: "update"
method: PATCH
path: "/api/plazma_query_tools/{id}"
tags: ["PlazmaQueryTool"]
---

# update

`PATCH /api/plazma_query_tools/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `data` object, required
    - `type` string, required
    - `id` string, required
    - `attributes` object, required
      - `name` string
      - `maxRows` integer, required
      - `timeoutSeconds` integer

## Response `200`

updates only specified fields

## Other responses

- `400` — PATCH /api/plazma_query_tools rejects {"updatedAt":1}
- `422` — validates updated values

---

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