Tools
Update tool
Updates a tool in the workspace.
patch/v2/tools/{tool_id}
Path parameters
tool_idstring required
Request body
Example request
{
"path": "Default Project"
}Response
Successfully updated the tool.
Example response
{
"path": "Default Project"
}