Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 22, 2024
1 parent df15e6d commit 566799f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -24374,7 +24374,7 @@
"type": "integer"
},
"device_fingerprint": {
"description": "The hashed ID derived from the device ID from the card network associated with the token",
"description": "The hashed ID derived from the device ID from the card network associated with the token.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22150,7 +22150,7 @@ components:
device_fingerprint:
description: >-
The hashed ID derived from the device ID from the card network
associated with the token
associated with the token.
maxLength: 5000
nullable: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -16373,7 +16373,7 @@
"type": "integer"
},
"device_fingerprint": {
"description": "The hashed ID derived from the device ID from the card network associated with the token",
"description": "The hashed ID derived from the device ID from the card network associated with the token.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20993,7 +20993,7 @@
"type": "integer"
},
"device_fingerprint": {
"description": "The hashed ID derived from the device ID from the card network associated with the token",
"description": "The hashed ID derived from the device ID from the card network associated with the token.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19176,7 +19176,7 @@ components:
device_fingerprint:
description: >-
The hashed ID derived from the device ID from the card network
associated with the token
associated with the token.
maxLength: 5000
nullable: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15605,7 +15605,7 @@ components:
device_fingerprint:
description: >-
The hashed ID derived from the device ID from the card network
associated with the token
associated with the token.
maxLength: 5000
nullable: true
type: string
Expand Down

0 comments on commit 566799f

Please sign in to comment.