Skip to content

Commit

Permalink
Added missing "\" in example command (github#29564)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Edwards <[email protected]>
  • Loading branch information
atulsingh0 and skedwards88 authored Oct 30, 2023
1 parent 68b1123 commit 7f2f142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest/overview/authenticating-to-the-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ curl --request POST \
--url "{% data variables.product.api_url_code %}/applications/YOUR_CLIENT_ID/token" \
--user "YOUR_CLIENT_ID:YOUR_CLIENT_SECRET"{% ifversion api-date-versioning %} \
--header "Accept: application/vnd.github+json" \
--header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %}
--header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}" \{% endif %}
--data '{
"access_token": "ACCESS_TOKEN_TO_CHECK"
}'
Expand Down

0 comments on commit 7f2f142

Please sign in to comment.