Update API specifications with fern api update (#3504)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Shuchang Zheng
2025-09-24 09:41:03 -04:00
committed by GitHub
parent 38dfd00d9d
commit e25d553d2a

View File

@@ -5834,6 +5834,19 @@
], ],
"title": "Filename", "title": "Filename",
"description": "Original filename" "description": "Original filename"
},
"modified_at": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "Modified At",
"description": "Modified time of the file"
} }
}, },
"type": "object", "type": "object",