mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-04 08:42:18 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -101,7 +101,7 @@ public interface OrganizationApi {
|
||||
* @return Call<Hook>
|
||||
*/
|
||||
@Headers({"Content-Type:application/json"})
|
||||
@POST("orgs/{org}/hooks/")
|
||||
@POST("orgs/{org}/hooks")
|
||||
Call<Hook> orgCreateHook(
|
||||
@retrofit2.http.Body CreateHookOption body, @retrofit2.http.Path("org") String org);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user