Add keywords param to docs

This commit is contained in:
Dev-Khant
2024-12-09 11:57:14 +05:30
parent df68a6b397
commit 6bc86d7d2c
2 changed files with 23 additions and 0 deletions

View File

@@ -453,6 +453,12 @@
},
"description": "Filter memories by project name"
},
{
"name":"keywords",
"in": "query",
"schema": { "type": "string" },
"description": "Filter memories by keywords"
},
{
"name": "page",
"in": "query",