v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBMove Web Tool to Collection.
Moves a web tool into a collection or removes it from a collection (when collectionId is null).
post/v1/voice-agents/collections/move
Request body
Example request
{
"webToolId": "d949f13f-40d2-4e48-ac86-b66633070603",
"collectionId": "d949f13f-40d2-4e48-ac86-b66633070603"
}Response
Successful response
Example response
{
"success": true,
"message": "Web tool moved successfully"
}