From 6851fac3279a8af41362e739ab10466a6384f7e6 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Sat, 11 Jan 2025 15:30:54 +0530 Subject: [PATCH] update api-reference for get_all (#2138) --- docs/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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": {