From 528c381065ec878d6004aae40d6957ba5bf896a2 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 18 Feb 2026 21:12:22 -0800 Subject: [PATCH] Update API specifications with fern api update (#4798) Co-authored-by: github-actions Co-authored-by: Suchintan --- fern/openapi/skyvern_openapi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index 2ffc0d11..be72fe1a 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -7225,7 +7225,7 @@ "brand" ], "title": "CreditCardCredentialResponse", - "description": "Response model for credit card credentials, containing only the last four digits and brand." + "description": "Response model for credit card credentials — non-sensitive fields only.\n\nSECURITY: Must NEVER include full card number, CVV, expiration date, or card holder name." }, "DeployScriptRequest": { "properties": { @@ -12459,7 +12459,7 @@ "username" ], "title": "PasswordCredentialResponse", - "description": "Response model for password credentials, containing only the username." + "description": "Response model for password credentials — non-sensitive fields only.\n\nSECURITY: Must NEVER include password, TOTP secret, or TOTP identifier." }, "PersistentBrowserType": { "type": "string", @@ -13190,7 +13190,7 @@ }, "type": "object", "title": "SecretCredentialResponse", - "description": "Response model for secret credentials." + "description": "Response model for secret credentials — non-sensitive fields only.\n\nSECURITY: Must NEVER include the secret_value." }, "SelectOption": { "properties": {