Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2022-07-12 22:01:34 +00:00
parent b9b9b07357
commit 78bf293c06
2 changed files with 2 additions and 2 deletions
@@ -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);