mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-17 23:20:39 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -95,7 +95,7 @@ public interface AdminApi {
|
||||
@retrofit2.http.Body CreateRepoOption body, @retrofit2.http.Path("username") String username);
|
||||
|
||||
/**
|
||||
* Get an global actions runner registration token
|
||||
* Get a global actions runner registration token
|
||||
*
|
||||
* @return Call<Void>
|
||||
*/
|
||||
@@ -243,7 +243,7 @@ public interface AdminApi {
|
||||
Call<Hook> adminGetHook(@retrofit2.http.Path("id") Long id);
|
||||
|
||||
/**
|
||||
* Get an global actions runner registration token
|
||||
* Get a global actions runner registration token
|
||||
*
|
||||
* @return Call<Void>
|
||||
*/
|
||||
@@ -353,7 +353,7 @@ public interface AdminApi {
|
||||
@retrofit2.http.Query("pattern") String pattern);
|
||||
|
||||
/**
|
||||
* Delete an global runner
|
||||
* Delete a global runner
|
||||
*
|
||||
* @param runnerId id of the runner (required)
|
||||
* @return Call<Void>
|
||||
@@ -362,7 +362,7 @@ public interface AdminApi {
|
||||
Call<Void> deleteAdminRunner(@retrofit2.http.Path("runner_id") String runnerId);
|
||||
|
||||
/**
|
||||
* Get an global runner
|
||||
* Get a global runner
|
||||
*
|
||||
* @param runnerId id of the runner (required)
|
||||
* @return Call<Void>
|
||||
|
||||
Reference in New Issue
Block a user