Update API specifications with fern api update (#4624)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2026-02-03 18:34:48 -08:00
committed by GitHub
parent 3eb7f60ba8
commit 112f5ce6f9

View File

@@ -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"
},