Skip to content

Missing / in "Authenticating with GitHub Apps"  #24343

Closed
@JeromeBollinger

Description

@JeromeBollinger

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation

What part(s) of the article would you like to see updated?

There is the following example:

curl --request POST \
--url "https://api.github.comapp/installations/INSTALLATION_ID/access_tokens" \
--header "Accept: application/vnd.github+json" \
--header "Authorization: Bearer JWT"\
--header "X-GitHub-Api-Version: 2022-11-28"

where the url is missing a "/"
It should be: --url "https://api.github.com/app/installations/INSTALLATION_ID/access_tokens" \

Additional information

This part seems to be templated as this is to be found in the code line 46 (content/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation.md):
--url "{% data variables.product.api_url_pre %}meta" \

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamgithub appsContent related to GitHub Appsgood first issueGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions