Update an existing api tool by its ID

This endpoint allows you to update the configuration of an existing API tool using its unique identifier (ID).

Path Params
string
required

The unique identifier of the api tool you wish to retrieve.

Query Params
integer
required

The ID of the application to associate with the api tool.

Body Params
string

The name of the API tool.

string

A brief description of what the API tool does.

string

The base URL for the API tool's endpoint.

string

The specific endpoint of the API tool.

string

The HTTP method used by the API tool (e.g., GET, POST).

headers
object

Custom headers to be sent with the API request.

params
object

Query parameters to include in the API request.

body
object

The body content to be sent with the API request, if applicable.

boolean

Whether the API tool is related to Dialogflow (true or false).

integer

The time (in seconds) for which the response should be cached.

string

The prompt to be used with GlamourAI for generating responses.

integer

The number of tokens allocated to GlamourAI for generating responses.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json