From 112f5ce6f9f16b9b051d12a8b8a9ec20c3061e29 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 3 Feb 2026 18:34:48 -0800 Subject: [PATCH] Update API specifications with fern api update (#4624) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index be9a2657..05df5580 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -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" },