### Feature Description The `update a file in a repostory` API should compatible with the corresponding Github API: https://docs.github.com/en/rest/reference/repos#create-or-update-file-contents > Creates a new file or replaces an existing file in a repository. > ``` > PUT /repos/{owner}/{repo}/contents/{path} > ``` ### Screenshots 