[Schema Inaccuracy] /repos/{template_owner}/{template_repo}/generate
wrong enabledForGitHubApps
#3723
Labels
/repos/{template_owner}/{template_repo}/generate
wrong enabledForGitHubApps
#3723
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 haveenabledForGitHubApps
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 theenabledForGitHubApps
attribute.The text was updated successfully, but these errors were encountered: