diff --git a/docs/openapi.json b/docs/openapi.json index 97ddff57..3ae14e0f 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -702,6 +702,18 @@ "in": "query", "schema": { "type": "integer" }, "description": "Number of items per page. Default: 100" + }, + { + "name": "start_date", + "in": "query", + "schema": { "type": "string" }, + "description": "Filter memories by start date" + }, + { + "name": "end_date", + "in": "query", + "schema": { "type": "string" }, + "description": "Filter memories by end date" } ], "responses": {