Tools
Edit A Tool
Edit an existing tool by its ID within the specified team.
POST
Path Parameters
The resourceSlug is a URL parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId.
The ID of the tool to be edited.
Body
tool.json
JSON body containing the edited tool, all edited fields contain their new value and any unedited fields must still be included but with their original value.
Represents a tool within the system, including its configuration, state, and associated retrievers.
Response
302
dynamicResponse
Successful operation, redirect to '/{resourceSlug}/tasks'.
Server response after successsfully adding a new object