From c8a47b2f98cee87f1da74063b513c5db9293ec41 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Tue, 27 Aug 2024 12:31:18 +0530 Subject: [PATCH] add api-reference for custom categories (#1749) --- docs/openapi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/openapi.json b/docs/openapi.json index 9aad932f..f0480a5f 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1076,12 +1076,14 @@ "nullable":true }, "includes":{ + "description": "String to include the specific preferences in the memory.", "title":"Includes", "minLength":1, "type":"string", "nullable":true }, "excludes":{ + "description": "String to exclude the specific preferences in the memory.", "title":"Excludes", "minLength":1, "type":"string", @@ -1094,7 +1096,7 @@ "default":true }, "custom_categories":{ - "description":"A comma-separated list of categories to include in the memory.", + "description":"A list of categories with category name and it's description.", "title":"Custom categories", "type":"object", "properties":{