You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But on my hand I don't "spam" the endpoint and on the other github app in Typescript we use the same endpoint and we don't have this returning status code.
The text was updated successfully, but these errors were encountered:
When I try to update a file on a repo using :
octokit.repos().update_file().send()
I get a 422 status code.I'm on a Github Enterprise Server and using a Github App.
422 should be "Validation failed, or the endpoint has been spammed." according to the documentation (https://docs.github.com/en/[email protected]/rest/repos/contents?apiVersion=2022-11-28#create-or-update-file-contents)
But on my hand I don't "spam" the endpoint and on the other github app in Typescript we use the same endpoint and we don't have this returning status code.
The text was updated successfully, but these errors were encountered: