Update API specifications with fern api update (#4624)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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