Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 726 Bytes

File metadata and controls

25 lines (14 loc) · 726 Bytes

AuthorizationUpdateParameters

Properties

Name Type Description Notes
note String A note to help you remember what the access is used for. [optional]
scopes List<ScopesEnum> A list of scopes that the access can be used for. [optional]
expiresAt OffsetDateTime Expiration date for the authorization token. Null means no expiration date (default). [optional]

Enum: List<ScopesEnum>

Name Value
READ "read"
WRITE "write"
ORDERS_CREATE "orders.create"
TEAM_MANAGE "team.manage"