tool
Edits a tool
put/tool/{packageName}
Path parameters
packageNamestring required
Example:@vincent/foo-bar
Package name of the tool to edit
Request body
Example request
{
"title": "The Greatest Foo Bar Tool",
"description": "When we foo, our complex tool will also bar.",
"activeVersion": "1.0.0"
}Response
Successful operation
Example response
{
"packageName": "@vincent/foo-bar",
"title": "The Greatest Foo Bar Tool",
"authorWalletAddress": "0x123456789012345678901234567890123456abcd",
"description": "When we foo, our complex tool will also bar.",
"activeVersion": "1.0.0"
}