Skip to content

Commit

Permalink
chore: fix query route for collections
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Oct 10, 2024
1 parent c37d4c6 commit 0a2a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resources:
delete: >-
delete
/apps/{app_id}/users/{user_id}/collections/{collection_id}/documents/{document_id}
query: get /apps/{app_id}/users/{user_id}/collections/{collection_id}/query
query: get /apps/{app_id}/users/{user_id}/collections/{collection_id}/documents/query
models:
document: Document
page_document: Page_Document_
Expand Down

0 comments on commit 0a2a73a

Please sign in to comment.