Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2023-04-25 00:10:39 +00:00
parent e634f926b5
commit 634930e960
2 changed files with 2 additions and 2 deletions
@@ -114,7 +114,7 @@ public interface AdminApi {
* @param id id of the hook to delete (required)
* @return Call<Void>
*/
@DELETE("amdin/hooks/{id}")
@DELETE("admin/hooks/{id}")
Call<Void> adminDeleteHook(@retrofit2.http.Path("id") Long id);
/**