doc: update API reference for expiration_date (#2450)

This commit is contained in:
Dev Khant
2025-03-27 12:24:26 +05:30
committed by GitHub
parent 3cef3ed95e
commit 0eb53b9f27

View File

@@ -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.",