Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tool ID
Response
Successfully updated tool
curl --request PUT \
  --url https://api.anam.ai/v1/tools/{id} \
  --header 'Authorization: Bearer <token>'Update a tool
curl --request PUT \
  --url https://api.anam.ai/v1/tools/{id} \
  --header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tool ID
Successfully updated tool
Was this page helpful?