From b74cd9162fde76974e1a4b184b0a9dbb62bd9f97 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 1 May 2025 16:54:47 +0530 Subject: [PATCH] Doc: fix timestamp (#2599) --- docs/openapi.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index b74dd358..a71dbb81 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -4904,15 +4904,13 @@ "description": "The timestamp of the memory. Format: Unix timestamp", "title": "Timestamp", "type": "integer", - "nullable": true, - "default": null + "nullable": true }, "expiration_date": { "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", "type": "string", - "nullable": true, - "default": null + "nullable": true }, "org_id": { "description": "The unique identifier of the organization associated with this memory.",