cURL
curl --request PUT \ --url https://api.example.com/tools/{org_id}/{tool_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "tags": [ "<string>" ] } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Update Tool Tools Org Id Tool Id Put · object.
Response Update Tool Tools Org Id Tool Id Put · object