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

Changes

Changed in 1 of the 18 revisions of this API.1