From c683f171347401b1f63c032f01c360e1ad4fec3f Mon Sep 17 00:00:00 2001 From: norbertHass <104775388+norbertHass@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:42:30 +0200 Subject: [PATCH] Textkorrektur Codebeispiel zu GET-Access Token (#84) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23e93b..f94ab11 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Using the example of the process API in curl: ```cURL curl --location --request GET 'https://api.europace2.de/v2/vorgaenge' \ --header 'Content-Type: application/json' \ ---header 'Authorization: Bearer [access_token] +--header 'Authorization: Bearer [access_token]' ``` ## How to authenticate different users with one client? (Impersonation)