mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
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:
parent
38dfd00d9d
commit
e25d553d2a
1 changed files with 13 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue