---
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

---

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