Doc: Update API reference (#2108)

This commit is contained in:
Dev Khant
2024-12-23 17:02:49 +05:30
committed by GitHub
parent 4c2a903618
commit 339a990510

View File

@@ -485,6 +485,12 @@
}, },
"description": "Filter memories by project ID." "description": "Filter memories by project ID."
}, },
{
"name":"fields",
"in": "query",
"schema": { "type": "array", "items": { "type": "string" } },
"description": "Filter memories by fields"
},
{ {
"name":"keywords", "name":"keywords",
"in": "query", "in": "query",
@@ -520,6 +526,20 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"input": {
"type": "array",
"items": {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"content": {
"type": "string"
}
}
}
},
"created_at": { "created_at": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"