Skip to content

Commit

Permalink
Update generated code for v1078
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 13, 2024
1 parent 76459f9 commit 09ba2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1077
v1078
4 changes: 2 additions & 2 deletions terminal_connectiontoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type TerminalConnectionTokenParams struct {
Params `form:"*"`
// Specifies which fields in the response should be expanded.
Expand []*string `form:"expand"`
// The id of the location that this connection token is scoped to. If specified the connection token will only be usable with readers assigned to that location, otherwise the connection token will be usable with all readers. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://stripe.com/docs/terminal/fleet/locations#connection-tokens).
// The id of the location that this connection token is scoped to. If specified the connection token will only be usable with readers assigned to that location, otherwise the connection token will be usable with all readers. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://docs.stripe.com/terminal/fleet/locations-and-zones?dashboard-or-api=api#connection-tokens).
Location *string `form:"location"`
}

Expand All @@ -25,7 +25,7 @@ func (p *TerminalConnectionTokenParams) AddExpand(f string) {
// Related guide: [Fleet management](https://stripe.com/docs/terminal/fleet/locations)
type TerminalConnectionToken struct {
APIResource
// The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://stripe.com/docs/terminal/fleet/locations#connection-tokens).
// The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://docs.stripe.com/terminal/fleet/locations-and-zones?dashboard-or-api=api#connection-tokens).
Location string `json:"location"`
// String representing the object's type. Objects of the same type share the same value.
Object string `json:"object"`
Expand Down

0 comments on commit 09ba2ea

Please sign in to comment.