Doc: Update API reference (#2108)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user