-
Notifications
You must be signed in to change notification settings - Fork 66.9k
Commit schema incorrect; all values can be omitted #33599
Copy link
Copy link
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issuerestContent related to rest - overview.Content related to rest - overview.
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issuerestContent related to rest - overview.Content related to rest - overview.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code of Conduct
What article on docs.github.com is affected?
Likely more pages.
What part(s) of the article would you like to see updated?
The response schema for these endpoints lists, for example,
loginas a required non-null field. The actual endpoints can return a completely empty object.Additional information
Here is a commit that doesn't match the schema: https://api.github.com/repos/ethereum/ERCs/commits/fb8277911c110491bf3610b5e0298c4f4cb70a3f
See XAMPPRocky/octocrab#656 (comment) more discussion.