Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Path Parameters

tool_id
string
default:0a425650-60ac-4fd4-9554-5579844ce3e5
required

Tool ID

Example:

"0a425650-60ac-4fd4-9554-5579844ce3e5"

Body

application/json

Request body for Update tool.

Tool Update Request schema.

name
string

Name value.

Example:

"Tool 1"

type
string

Tool type.

Example:

"apiRequest"

url
string

Request URL.

Example:

"https://www.google.com"

description
string

Description value.

Example:

"hehe"

method
string

HTTP method.

Example:

"GET"

body
object

Request body schema.

Example:
headers
object

Request header schema.

Example:
timeoutSeconds
integer

Request timeout in seconds.

Example:

20

Response

Tool updated

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.