Tools
Modify tool
Update the source code and input schema of a tool.
POST
/
v1
/
tools
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
code
string | null
description
string | null
input_schema
any | null
language
enum<string>
Available options:
PYTHON
, JAVASCRIPT
, TYPESCRIPT
, RUBY
, PHP
name
string | null
Response
200 - application/json
code
string
requireddescription
string
requiredid
string
requiredinput_schema
any
requiredlanguage
enum<string>
requiredAvailable options:
PYTHON
, JAVASCRIPT
, TYPESCRIPT
, RUBY
, PHP
name
string
requiredrevision_id
string
required