Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2022-09-04 22:01:40 +00:00
parent f26999e8af
commit 773fb8080e
2 changed files with 4 additions and 4 deletions
@@ -1954,8 +1954,8 @@ public interface RepositoryApi {
* @param owner owner of the repo (required)
* @param repo name of the repo (required)
* @param id id of the hook to test (required)
* @param ref The name of the commit/branch/tag. Default the repositorys default branch (usually
* master) (optional)
* @param ref The name of the commit/branch/tag, indicates which commit will be loaded to the
* webhook payload. (optional)
* @return Call<Void>
*/
@POST("repos/{owner}/{repo}/hooks/{id}/tests")