Doc: fix timestamp (#2599)
This commit is contained in:
@@ -4904,15 +4904,13 @@
|
|||||||
"description": "The timestamp of the memory. Format: Unix timestamp",
|
"description": "The timestamp of the memory. Format: Unix timestamp",
|
||||||
"title": "Timestamp",
|
"title": "Timestamp",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"nullable": true,
|
"nullable": true
|
||||||
"default": null
|
|
||||||
},
|
},
|
||||||
"expiration_date": {
|
"expiration_date": {
|
||||||
"description": "The date and time when the memory will expire. 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