Apply suggestions from code review

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-05-10 17:48:29 +02:00 committed by GitHub
parent c2224ed6b7
commit b163bb7650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ You can login using the following command, and subsequently use the resulting ac
```
Since the access-token has a short timeout (15 min) - the refresh-token should be used to get a fresh access token:
Since the access token has a short timeout (15 min) - the `token/refresh` request should be used periodically to get a fresh access token:
``` bash
> curl -X POST --header "Authorization: Bearer ${refresh_token}"http://localhost:8080/api/v1/token/refresh