Skip to content

Commit fd7be1e

Browse files
fix quickstart oauth client creation
1 parent 8c5b9e9 commit fd7be1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_oauth_client():
5959
response = requests.post(
6060
url,
6161
headers=root_oauth_header,
62-
json=SCOPE_REGISTRY,
62+
json={"scopes": SCOPE_REGISTRY},
6363
)
6464

6565
if response.ok:

0 commit comments

Comments
 (0)