mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-07 02:02:17 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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 repository’s 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")
|
||||
|
||||
Reference in New Issue
Block a user