latestOpenAPI 3.1.02026-08-221163801019.2 KB

f0f28319e448

Tool

Modify a tool

Modify basic properties of a tool, such as its description and tags.

Permissions

This endpoint requires the following permissions:

  • Tool:ModifyTool for the tool to modify.
post/v1/{organization}/tool/{tool_id}

Path parameters

organizationstring required
tool_idstring required

The ID of the tool to modify

The ID of the tool to modify

Headers

x-mongo-cluster-namestring nullable

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

Sec-WebSocket-Protocolstring[]

Request body

descriptionstring
tagsobject nullable

The tags of this tool. Only updates if not-null.

Response

Succeeded.