docs/TokensApi.md in purecloudplatformclientv2-34.0.0 vs docs/TokensApi.md in purecloudplatformclientv2-35.0.0

- old
+ new

@@ -14,17 +14,23 @@ <a name="delete_tokens_me"></a> ## - delete_tokens_me + + Delete auth token used to make the request. Wraps DELETE /api/v2/tokens/me +Requires NO permissions: + + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -66,14 +72,20 @@ <a name="get_tokens_me"></a> ## -[**TokenInfo**](TokenInfo.html) get_tokens_me + + Fetch information about the current token Wraps GET /api/v2/tokens/me + +Requires NO permissions: + + ### Example ~~~ruby # load the gem