fix: session timestamps (#4913)
This commit is contained in:
@@ -3618,7 +3618,8 @@
|
||||
"nullable": true
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
@@ -3661,7 +3662,8 @@
|
||||
"nullable": true
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"working_dir": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user