diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ebd06a8137..b6130d4d59 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1077 \ No newline at end of file +v1078 \ No newline at end of file diff --git a/terminal_connectiontoken.go b/terminal_connectiontoken.go index 268c0f57cf..df53320bd6 100644 --- a/terminal_connectiontoken.go +++ b/terminal_connectiontoken.go @@ -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"` } @@ -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"`