Skip to content

error in access token url response #2903

Closed
@Yohan-Vachet

Description

@Yohan-Vachet

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#get-an-installation-for-the-authenticated-app

What changes are you suggesting?

In the example, the url given for the access token is not correct, the app is missing from the url.

Current value in example :
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",

Expected value :
"access_tokens_url": "https://api.github.com/app/installations/1/access_tokens",

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions