From ced3a19f881d81e5223047be097633a38d425f99 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 21 Aug 2025 12:16:34 +0200 Subject: [PATCH] Update help-gotoso-de.md --- help-gotoso-de.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/help-gotoso-de.md b/help-gotoso-de.md index 11d9a22..4ff56a0 100644 --- a/help-gotoso-de.md +++ b/help-gotoso-de.md @@ -29,11 +29,11 @@ → Anmelden, bestätigen und den **Code** kopieren. 6. Ersetze in diesem `curl`-Befehl die Platzhalter: ```bash - curl -X POST https://DEINE_INSTANZ_URL/oauth/token - -d "client_id=DEIN_CLIENT_ID" - -d "client_secret=DEIN_CLIENT_SECRET" - -d "grant_type=authorization_code" - -d "code=DER_CODE_AUS_SCHRITT_5" + curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ + -d "client_id=DEIN_CLIENT_ID" \ + -d "client_secret=DEIN_CLIENT_SECRET" \ + -d "grant_type=authorization_code" \ + -d "code=DER_CODE_AUS_SCHRITT_5" \ -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" ``` 7. Führe den Befehl im **Terminal** aus.