diff --git a/content/rest/overview/authenticating-to-the-rest-api.md b/content/rest/overview/authenticating-to-the-rest-api.md index 98fbf0399b..3edd0c5418 100644 --- a/content/rest/overview/authenticating-to-the-rest-api.md +++ b/content/rest/overview/authenticating-to-the-rest-api.md @@ -60,7 +60,7 @@ For example: ```shell curl --request POST \ ---url "{% data variables.product.api_url_code %}/authorizations" +--url "{% data variables.product.api_url_code %}/authorizations" \ --user CLIENT_ID:CLIENT_SECRET{% ifversion api-date-versioning %} \ --header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %} ```