---
title: "Edits a tool for an application version"
method: PUT
path: "/app/{appId}/version/{appVersion}/tool/{toolPackageName}"
tags: ["AppVersionTool"]
---

# Edits a tool for an application version

`PUT /app/{appId}/version/{appVersion}/tool/{toolPackageName}`

## Path parameters

- `appId` number, required
- `appVersion` number, required
- `toolPackageName` string, required

## Request body

- AppVersionToolEdit
  - `hiddenSupportedPolicies` string[] — Policies that are supported by this tool, but are hidden from users of this app specifically

## Response `200`

Successful operation

- AppVersionTool
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `appId` number, required — Application ID
  - `appVersion` number, required — Application version
  - `toolPackageName` string, required — Tool package name
  - `toolVersion` string, required — Tool version
  - `hiddenSupportedPolicies` string[] — Policies that are supported by this tool, but are hidden from users of this app specifically

## Other responses

- `400` — Invalid input
- `404` — Application, version, or tool not found
- `422` — Validation exception
- `default` — Unexpected error

## Changes

- **2025-06-28** `f7b25b5b140b` — 3 info
  - the endpoint scheme security `siweAuth` was added to the API
  - api tag `AppVersionTool` added
  - api tag `app/version/tool` removed
- **2025-06-24** `d4026cc4c272` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/app/:appId/version/:appVersion/tool/:toolPackageName/put.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/7a8a3bcdf96f/schema)
