docs/AuthorizationUpdateParameters.md in phrase-2.18.0 vs docs/AuthorizationUpdateParameters.md in phrase-2.19.0
- old
+ new
@@ -4,10 +4,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**note** | **String** | A note to help you remember what the access is used for. | [optional]
**scopes** | **Array<String>** | A list of scopes that the access can be used for. | [optional]
-**expires_at** | **DateTime** | Expiration date for the authorization token. Null means no expiration date (default). | [optional]
+**expires_at** | **Time** | Expiration date for the authorization token. Null means no expiration date (default). | [optional]
## Code Sample
```ruby
require 'Phrase'