Update API specifications with fern api update (#4798)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -7225,7 +7225,7 @@
|
|||||||
"brand"
|
"brand"
|
||||||
],
|
],
|
||||||
"title": "CreditCardCredentialResponse",
|
"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": {
|
"DeployScriptRequest": {
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -12459,7 +12459,7 @@
|
|||||||
"username"
|
"username"
|
||||||
],
|
],
|
||||||
"title": "PasswordCredentialResponse",
|
"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": {
|
"PersistentBrowserType": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -13190,7 +13190,7 @@
|
|||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "SecretCredentialResponse",
|
"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": {
|
"SelectOption": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user