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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user