From e25d553d2a6646909a57a456b81538e0c79bfe7e Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 24 Sep 2025 09:41:03 -0400 Subject: [PATCH] Update API specifications with fern api update (#3504) Co-authored-by: github-actions Co-authored-by: Suchintan --- fern/openapi/skyvern_openapi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 09cbee62..55a87e19 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -5834,6 +5834,19 @@ ], "title": "Filename", "description": "Original filename" + }, + "modified_at": { + "anyOf": [ + { + "type": "string", + "format": "date-time" + }, + { + "type": "null" + } + ], + "title": "Modified At", + "description": "Modified time of the file" } }, "type": "object",