Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-07-30 00:06:11 +00:00
parent 28a4e010e2
commit fd96b6520b
2 changed files with 2 additions and 2 deletions
@@ -1721,7 +1721,7 @@ public interface RepositoryApi {
* @param repo name of the repo (required)
* @return Call<Void>
*/
@GET("repos/{owner}/{repo}/runners/registration-token")
@GET("repos/{owner}/{repo}/actions/runners/registration-token")
Call<Void> repoGetRunnerRegistrationToken(
@retrofit2.http.Path("owner") String owner, @retrofit2.http.Path("repo") String repo);