Doc: fix timestamp (#2599)

This commit is contained in:
Dev Khant
2025-05-01 16:54:47 +05:30
committed by GitHub
parent 42c98e5717
commit b74cd9162f

View File

@@ -4904,15 +4904,13 @@
"description": "The timestamp of the memory. Format: Unix timestamp",
"title": "Timestamp",
"type": "integer",
"nullable": true,
"default": null
"nullable": true
},
"expiration_date": {
"description": "The date and time when the memory will expire. Format: YYYY-MM-DD",
"title": "Expiration date",
"type": "string",
"nullable": true,
"default": null
"nullable": true
},
"org_id": {
"description": "The unique identifier of the organization associated with this memory.",