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 Sep 9, 2024
1 parent 4c3d248 commit d934c13
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -219038,11 +219038,11 @@
},
"configuration_overrides": {
"description": "The ID of a configuration that will be used to customize all readers in this location.",
"maxLength": 1000,
"maxLength": 500,
"type": "string"
},
"display_name": {
"description": "A name for the location.",
"description": "A name for the location. Maximum length is 1000 characters.",
"maxLength": 1000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206007,10 +206007,10 @@ paths:
description: >-
The ID of a configuration that will be used to customize all
readers in this location.
maxLength: 1000
maxLength: 500
type: string
display_name:
description: A name for the location.
description: A name for the location. Maximum length is 1000 characters.
maxLength: 1000
type: string
expand:
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -150320,11 +150320,11 @@
},
"configuration_overrides": {
"description": "The ID of a configuration that will be used to customize all readers in this location.",
"maxLength": 1000,
"maxLength": 500,
"type": "string"
},
"display_name": {
"description": "A name for the location.",
"description": "A name for the location. Maximum length is 1000 characters.",
"maxLength": 1000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -175510,11 +175510,11 @@
},
"configuration_overrides": {
"description": "The ID of a configuration that will be used to customize all readers in this location.",
"maxLength": 1000,
"maxLength": 500,
"type": "string"
},
"display_name": {
"description": "A name for the location.",
"description": "A name for the location. Maximum length is 1000 characters.",
"maxLength": 1000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165076,10 +165076,10 @@ paths:
description: >-
The ID of a configuration that will be used to customize all
readers in this location.
maxLength: 1000
maxLength: 500
type: string
display_name:
description: A name for the location.
description: A name for the location. Maximum length is 1000 characters.
maxLength: 1000
type: string
expand:
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126810,10 +126810,10 @@ paths:
description: >-
The ID of a configuration that will be used to customize all
readers in this location.
maxLength: 1000
maxLength: 500
type: string
display_name:
description: A name for the location.
description: A name for the location. Maximum length is 1000 characters.
maxLength: 1000
type: string
expand:
Expand Down

0 comments on commit d934c13

Please sign in to comment.