Skip to content

Commit

Permalink
API Reference: add categories to input params for v1 search
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant committed Nov 15, 2024
1 parent fd7fab4 commit 8a56f0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,15 @@
"style": "deepObject",
"explode": true
},
{
"name": "categories",
"in": "query",
"schema": {
"type": "array",
"items": { "type": "string" }
},
"description": "Filter memories by categories"
},
{
"name": "org_name",
"in": "query",
Expand Down

0 comments on commit 8a56f0e

Please sign in to comment.