Describe the desired docs changes and the problem they solve for customers.
Remove duplicate content.
There is a duplicated statement in the description of the "private" field:
Either true to make the repository private or false to make it public. Default: false.
Note: You will get a 422 error if the organization restricts changing repository visibility to organization owners and a non-owner tries to change the value of private. Note: You will get a 422 error if the organization restricts changing repository visibility to organization owners and a non-owner tries to change the value of private.
Default: false
To fix this, we should remove one of the duplicated sentences.
Who does this affect?
REST API users
What is the impact to users?
It's confusing to have duplicate sentences
Are you willing to open a PR to make this fix? If not, do you know anyone (Hubber or not, we're open source!) who's willing to help write this documentation?
No 😸
The text was updated successfully, but these errors were encountered:
Is this issue for a product update or release that is not yet available to customers?
No? Then please continue. Thank you!
What article(s) is affected?
https://docs.github.com/en/rest/reference/repos#update-a-repository
Describe the desired docs changes and the problem they solve for customers.
Remove duplicate content.
There is a duplicated statement in the description of the "private" field:
To fix this, we should remove one of the duplicated sentences.
Who does this affect?
REST API users
What is the impact to users?
It's confusing to have duplicate sentences
Are you willing to open a PR to make this fix? If not, do you know anyone (Hubber or not, we're open source!) who's willing to help write this documentation?
No😸
The text was updated successfully, but these errors were encountered: