Skip to content

Commit

Permalink
Add new endpoint to postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelle-cohere committed Aug 14, 2024
1 parent 1c80879 commit 49b6563
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/postman/Toolkit.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,26 @@
}
]
},
{
"name": "Tool Auth",
"item": [
{
"name": "Delete Tool Auth",
"request": {
"auth": {
"type": "bearer",
"bearer": {
"token": "{{auth_token}}"
}
},
"method": "DELETE",
"header": [],
"url": "http://localhost:8000/v1/tool/auth/{{tool_id}}"
},
"response": []
}
]
},
{
"name": "Health",
"protocolProfileBehavior": {
Expand Down

0 comments on commit 49b6563

Please sign in to comment.