From 0eb53b9f27a4e2f33b0c1bdb49cd46656dfda510 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 27 Mar 2025 12:24:26 +0530 Subject: [PATCH] doc: update API reference for expiration_date (#2450) --- docs/openapi.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index ea526d12..40df0aec 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -786,9 +786,10 @@ "expiration_date": { "type": "string", "format": "date-time", - "description": "The date and time when the memory will expire. The default expiration date is 30 days from the date of creation. Format: YYYY-MM-DD", + "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", - "nullable": true + "nullable": true, + "default": null }, "organization": { "type": "string" @@ -1193,9 +1194,10 @@ "expiration_date": { "type": "string", "format": "date-time", - "description": "The date and time when the memory will expire. The default expiration date is 30 days from the date of creation. Format: YYYY-MM-DD", + "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", - "nullable": true + "nullable": true, + "default": null }, "organization": { "type": "string" @@ -1341,9 +1343,10 @@ "expiration_date": { "type": "string", "format": "date-time", - "description": "The date and time when the memory will expire. The default expiration date is 30 days from the date of creation. Format: YYYY-MM-DD", + "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", - "nullable": true + "nullable": true, + "default": null }, "created_at": { "type": "string", @@ -1475,9 +1478,10 @@ "expiration_date": { "type": "string", "format": "date-time", - "description": "The date and time when the memory will expire. The default expiration date is 30 days from the date of creation. Format: YYYY-MM-DD", + "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", - "nullable": true + "nullable": true, + "default": null }, "created_at": { "type": "string", @@ -4916,10 +4920,11 @@ "default": false }, "expiration_date": { - "description": "The date and time when the memory will expire. The default expiration date is 30 days from the date of creation. Format: YYYY-MM-DD", + "description": "The date and time when the memory will expire. Format: YYYY-MM-DD", "title": "Expiration date", "type": "string", - "nullable": true + "nullable": true, + "default": null }, "org_id": { "description": "The unique identifier of the organization associated with this memory.",