diff --git a/docs/openapi.json b/docs/openapi.json index dadcabf2..5da28f3b 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -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"