diff --git a/documentation/docs/getting-started/running-opal/run-opal-client/obtain-jwt-token.mdx b/documentation/docs/getting-started/running-opal/run-opal-client/obtain-jwt-token.mdx index 0540eadc4..bde4707b0 100644 --- a/documentation/docs/getting-started/running-opal/run-opal-client/obtain-jwt-token.mdx +++ b/documentation/docs/getting-started/running-opal/run-opal-client/obtain-jwt-token.mdx @@ -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" }' ```