---
title: "Update"
method: PUT
path: "/api/v1/tools/{name}"
tags: ["Tools Resource"]
---

# Update

`PUT /api/v1/tools/{name}`

## Path parameters

- `name` string, required

## Request body

- ToolReference
  - `labels` object
  - `id` string
  - `name` string
  - `description` string
  - `uri` string
  - `type` string
  - `inputSchema` InputSchema
    - `type` string
    - `properties` object
    - `required` string[]
  - `namespace` string
  - `configurationURI` string
  - `secretsURI` string

## Response `200`

OK

- WanakuResponseVoid
  - `error` WanakuError
    - `message` string
  - `data` unknown

## Other responses

- `400` — Bad Request

## Changes

- **2026-05-14** `e544cfb4deed` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `200`
  - removed the non-success response with the status `500`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
- **2026-05-13** `41a480854c53` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
- **2026-05-11** `cc2b66f5cdc5` — 1 breaking, 2 warning, 1 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status
  - added the non-success response with the status `500`
- **2026-05-11** `90c90efc66a2` — 1 info
  - removed the non-success response with the status `500`
- **2026-04-01** `466a3cfa6b8c` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Full history](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api/changes/api/v1/tools/:name/put.md)

---

[API](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api.md) · [All operations](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wanaku-ai/wanaku-router-backend-api/revisions/801af2512b23/schema)
