From e0cf12c7e1b7f2d7b58fb8836de13a17128cbdb1 Mon Sep 17 00:00:00 2001 From: Dylan Andrade Date: Wed, 6 Dec 2023 16:13:40 +0100 Subject: [PATCH] API-1821 fixed example on secret.example.json --- secret.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret.example.json b/secret.example.json index 1649044..09f6509 100644 --- a/secret.example.json +++ b/secret.example.json @@ -1,5 +1,5 @@ { - "domain": "https://example.bynder.com/api/", + "domain": "example.bynder.com without the http:// or https://", "redirect_uri": "url where user will be redirected after authenticating", "client_id": "your OAuth app client id", "client_secret": "your OAuth app client secret",