mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-04 16:52:17 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user