Skip to content

Commit

Permalink
Merge pull request github#24414 from LucasDiias/missing-slash
Browse files Browse the repository at this point in the history
Added missing /
  • Loading branch information
mchammer01 authored Mar 14, 2023
2 parents 39b8d35 + e964f7c commit f0888e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/reusables/apps/generate-installation-access-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

```shell
curl --request POST \
--url "{% data variables.product.api_url_pre %}app/installations/INSTALLATION_ID/access_tokens" \
--url "{% data variables.product.api_url_pre %}/app/installations/INSTALLATION_ID/access_tokens" \
--header "Accept: application/vnd.github+json" \
--header "Authorization: Bearer JWT"{% ifversion api-date-versioning %}\
--header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %}
Expand Down

0 comments on commit f0888e9

Please sign in to comment.