Skip to main content
PATCH
Update tool

Authorizations

Authorization
string
header
required

Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.

Path Parameters

id
string
required
Example:

"c07f2b95-8d41-4e63-a029-5f7b1c8d3e40"

Body

application/json
name
string
Minimum string length: 1
Example:

"Get customer"

description
string | null
Example:

"Fetches one customer by id"

method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
path
string
Minimum string length: 1
Example:

"/customers/{customerId}"

input_schema
object | null
Example:
output_schema
object | null
Example:
timeout_ms
integer
Required range: 1000 <= x <= 120000
Example:

30000

is_enabled
boolean
Example:

true

operation_id
string
Example:

"getCustomer"

tags
string[] | null
Example:
deprecated
boolean
Example:

false

Response

The updated tool, and what rebuilding the agents that use it did

tool
object
rebuild
object