doc: update API reference for expiration_date (#2450)
This commit is contained in:
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user