Update API specifications with fern api update (#4624)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -4712,6 +4712,11 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Credits Remaining"
|
"title": "Credits Remaining"
|
||||||
},
|
},
|
||||||
|
"cancel_at_period_end": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Cancel At Period End",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"created_at": {
|
"created_at": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
@@ -8427,7 +8432,8 @@
|
|||||||
"enum": [
|
"enum": [
|
||||||
"csv",
|
"csv",
|
||||||
"excel",
|
"excel",
|
||||||
"pdf"
|
"pdf",
|
||||||
|
"image"
|
||||||
],
|
],
|
||||||
"title": "FileType"
|
"title": "FileType"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user