Skip to content

Commit

Permalink
Merge pull request #582 from emily-zall/ezall-jwt-syntax
Browse files Browse the repository at this point in the history
docs(obtain-jwt-token.mdx): curl request data-raw should be valid json
  • Loading branch information
roekatz authored Aug 23, 2024
2 parents fdf29bb + 44a1505 commit b323d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ curl --request POST 'https://opal.yourdomain.com/token' \
--header 'Authorization: Bearer MY_MASTER_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "client",
"type": "client"
}'
```

Expand Down

0 comments on commit b323d1e

Please sign in to comment.