Skip to content

Commit

Permalink
chore: expose tool-references readonly API to users
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Mar 7, 2025
1 parent 2aea656 commit 53f6496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/authz/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ var apiResources = []string{
"GET /api/threads/{thread_id}/tasks/{task_id}/runs/{run_id}",
"GET /api/threads/{thread_id}/workflows",
"GET /api/threads/{thread_id}/workflows/{workflow_id}/executions",
"GET /api/tool-references",
"GET /api/tool-references/{id}",
"GET /api/shares",
"POST /api/shares/{share_public_id}",
"GET /{ui}/projects/{id}",
Expand Down

0 comments on commit 53f6496

Please sign in to comment.