From b163bb76503041798ecf2898f0eabc53771a9052 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 10 May 2020 17:48:29 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> --- docs/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index 42671f0c3..337a00b4f 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -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