docs/Token.md in launchdarkly_api-11.0.0 vs docs/Token.md in launchdarkly_api-12.0.0

- old
+ new

@@ -13,10 +13,10 @@ | **creation_date** | **Integer** | | | | **last_modified** | **Integer** | | | | **custom_role_ids** | **Array<String>** | A list of custom role IDs to use as access limits for the access token | [optional] | | **inline_role** | [**Array<Statement>**](Statement.md) | An array of policy statements, with three attributes: effect, resources, actions. May be used in place of a built-in or custom role. | [optional] | | **role** | **String** | Built-in role for the token | [optional] | -| **token** | **String** | Last four characters of the token value | [optional] | +| **token** | **String** | The token value. When creating or resetting, contains the entire token value. Otherwise, contains the last four characters. | [optional] | | **service_token** | **Boolean** | Whether this is a service token or a personal token | [optional] | | **_links** | [**Hash<String, Link>**](Link.md) | The location and content type of related resources | | | **default_api_version** | **Integer** | The default API version for this token | [optional] | | **last_used** | **Integer** | | [optional] |