Skip to main content
POST
/
v1
/
bot
/
tool
/
{id}
/
refresh
Refresh Tools
curl --request POST \
  --url https://api.boostgpt.co/v1/bot/tool/{id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

id
string<uuid>
required

Tool ID

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Response

200 - application/json

Tools refreshed successfully

success
boolean

Operation success status

message
string

Success message