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": { "expiration_date": {
"type": "string", "type": "string",
"format": "date-time", "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", "title": "Expiration date",
"nullable": true "nullable": true,
"default": null
}, },
"organization": { "organization": {
"type": "string" "type": "string"
@@ -1193,9 +1194,10 @@
"expiration_date": { "expiration_date": {
"type": "string", "type": "string",
"format": "date-time", "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", "title": "Expiration date",
"nullable": true "nullable": true,
"default": null
}, },
"organization": { "organization": {
"type": "string" "type": "string"
@@ -1341,9 +1343,10 @@
"expiration_date": { "expiration_date": {
"type": "string", "type": "string",
"format": "date-time", "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", "title": "Expiration date",
"nullable": true "nullable": true,
"default": null
}, },
"created_at": { "created_at": {
"type": "string", "type": "string",
@@ -1475,9 +1478,10 @@
"expiration_date": { "expiration_date": {
"type": "string", "type": "string",
"format": "date-time", "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", "title": "Expiration date",
"nullable": true "nullable": true,
"default": null
}, },
"created_at": { "created_at": {
"type": "string", "type": "string",
@@ -4916,10 +4920,11 @@
"default": false "default": false
}, },
"expiration_date": { "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", "title": "Expiration date",
"type": "string", "type": "string",
"nullable": true "nullable": true,
"default": null
}, },
"org_id": { "org_id": {
"description": "The unique identifier of the organization associated with this memory.", "description": "The unique identifier of the organization associated with this memory.",