mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Update API specifications with fern api update (#4624)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
3eb7f60ba8
commit
112f5ce6f9
1 changed files with 7 additions and 1 deletions
|
|
@ -4712,6 +4712,11 @@
|
|||
"type": "integer",
|
||||
"title": "Credits Remaining"
|
||||
},
|
||||
"cancel_at_period_end": {
|
||||
"type": "boolean",
|
||||
"title": "Cancel At Period End",
|
||||
"default": false
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
|
|
@ -8427,7 +8432,8 @@
|
|||
"enum": [
|
||||
"csv",
|
||||
"excel",
|
||||
"pdf"
|
||||
"pdf",
|
||||
"image"
|
||||
],
|
||||
"title": "FileType"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue