mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-17 15:10:40 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -342,6 +342,15 @@ public interface OrganizationApi {
|
||||
Call<Void> orgDeleteMember(
|
||||
@retrofit2.http.Path("org") String org, @retrofit2.http.Path("username") String username);
|
||||
|
||||
/**
|
||||
* Delete all repositories in an organization
|
||||
*
|
||||
* @param org name of the organization (required)
|
||||
* @return Call<Void>
|
||||
*/
|
||||
@DELETE("orgs/{org}/repos")
|
||||
Call<Void> orgDeleteRepos(@retrofit2.http.Path("org") String org);
|
||||
|
||||
/**
|
||||
* Delete a team
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user