Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-01-24 00:37:54 +00:00
parent c6e3e1a5d2
commit 4c4d999a2d
2 changed files with 12 additions and 12 deletions
@@ -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&lt;Void&gt;
*/
@@ -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&lt;Void&gt;
@@ -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&lt;Void&gt;