Update Toolset

View as Markdown

Update a reusable tool bundle by changing its name, built-in capabilities, custom tools, or metadata.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Path parameters

idstringRequired

Request

This endpoint expects an object.
builtinslist of enumsOptional
metadataobject or nullOptional
namestringOptionalformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
toolIdslist of stringsOptional

Response

OK
builtinslist of enums
createdAtstring
idstringformat: "uuid"
namestringformat: "^[a-z_][a-z0-9_-]*$"1-64 characters
spaceIdstringformat: "uuid"
toolIdslist of strings
updatedAtstring
metadataobject or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error