v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Tool Versions

Update a Tool Version

Updates the schemas of a draft tool version.

put/v1/tools/{id}/versions/{version}

Path parameters

idstring required

The ID or slug of the tool.

versioninteger required

The version number.

Request body

input_schemaobject

Optional JSON Schema for tool inputs.

output_schemaobject

Optional JSON Schema for tool outputs.

Response

Version updated successfully