Update API specifications with fern api update (#3504)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5834,6 +5834,19 @@
],
"title": "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",