Code of Conduct
What article on docs.github.com is affected?
The "Create a check run" REST API documentation.
What part(s) of the article would you like to see updated?
The documentation for the "Create a check run" API endpoint seems to only include the status body parameter, whereas the request examples on the right includes several more body parameters.
Here is the request example, notice how there are many body parameters specified:
Here is the documentation for the body parameters, it only specifies the status parameter:
Not sure if the documentation is correct or the request example is correct, but my hunch is the latter.
If you check out documentation for the "Update a check run" section, you'll notice how the documented body parameters lines up with the request examples:
Additional information
The body parameters are also missing from the GHEC and GHES docs.
Code of Conduct
What article on docs.github.com is affected?
The "Create a check run" REST API documentation.
What part(s) of the article would you like to see updated?
The documentation for the "Create a check run" API endpoint seems to only include the
statusbody parameter, whereas the request examples on the right includes several more body parameters.Here is the request example, notice how there are many body parameters specified:
Here is the documentation for the body parameters, it only specifies the
statusparameter:Not sure if the documentation is correct or the request example is correct, but my hunch is the latter.
If you check out documentation for the "Update a check run" section, you'll notice how the documented body parameters lines up with the request examples:
Additional information
The body parameters are also missing from the GHEC and GHES docs.