Open
Description
Schema Inaccuracy
In https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json
:
the endpoint: /repos/{template_owner}/{template_repo}/generate
should have enabledForGitHubApps
set to true.
It's written here it's enabled for GitHub Apps:
https://docs.github.com/en/rest/authentication/endpoints-available-for-github-app-installation-access-tokens?apiVersion=2022-11-28
Expected
the endpoint: /repos/{template_owner}/{template_repo}/generate
should have enabledForGitHubApps set to true.
Reproduction Steps
Go to https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json
, search for the endpoint /repos/{template_owner}/{template_repo}/generate
, check the enabledForGitHubApps
attribute.