Update a tool
PATCH/v1/projects/:project_id/tools/:tool_id
Change the name, description, parameters, or type-specific config (incl. rotating auth headers). The tool type is immutable. At least one field is required.
Request
Responses
- 200
- 400
- 401
- 404
- 502
Tool updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.