From f73edb722934174eebf9e547f83bffd723f25dd6 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 12 Aug 2025 15:22:09 +0200 Subject: [PATCH] gotoso-de.md aktualisiert --- gotoso-de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotoso-de.md b/gotoso-de.md index 264132f..db3553d 100644 --- a/gotoso-de.md +++ b/gotoso-de.md @@ -8,7 +8,7 @@ Melde dich an und bestätige und kopiere den Code 5. Passe folgenden Code an: ``` -curl -X POST https://DEINE_INSTANZ_URL/oauth/token \ +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" \