Doc: Update API reference (#2108)
This commit is contained in:
@@ -485,6 +485,12 @@
|
||||
},
|
||||
"description": "Filter memories by project ID."
|
||||
},
|
||||
{
|
||||
"name":"fields",
|
||||
"in": "query",
|
||||
"schema": { "type": "array", "items": { "type": "string" } },
|
||||
"description": "Filter memories by fields"
|
||||
},
|
||||
{
|
||||
"name":"keywords",
|
||||
"in": "query",
|
||||
@@ -520,6 +526,20 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"input": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"role": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
|
||||
Reference in New Issue
Block a user