1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Merge pull request #37027 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-05-10 20:44:09 -04:00
committed by GitHub

View File

@@ -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 %}
```