mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-16 06:30:39 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
||||
[**listActionTasks**](RepositoryApi.md#listActionTasks) | **GET** repos/{owner}/{repo}/actions/tasks | List a repository's action tasks
|
||||
[**listForks**](RepositoryApi.md#listForks) | **GET** repos/{owner}/{repo}/forks | List a repository's forks
|
||||
[**rejectRepoTransfer**](RepositoryApi.md#rejectRepoTransfer) | **POST** repos/{owner}/{repo}/transfer/reject | Reject a repo transfer
|
||||
[**repoAddCollaborator**](RepositoryApi.md#repoAddCollaborator) | **PUT** repos/{owner}/{repo}/collaborators/{collaborator} | Add a collaborator to a repository
|
||||
[**repoAddCollaborator**](RepositoryApi.md#repoAddCollaborator) | **PUT** repos/{owner}/{repo}/collaborators/{collaborator} | Add or Update a collaborator to a repository
|
||||
[**repoAddPushMirror**](RepositoryApi.md#repoAddPushMirror) | **POST** repos/{owner}/{repo}/push_mirrors | add a push mirror to the repository
|
||||
[**repoAddTeam**](RepositoryApi.md#repoAddTeam) | **PUT** repos/{owner}/{repo}/teams/{team} | Add a team to a repository
|
||||
[**repoAddTopic**](RepositoryApi.md#repoAddTopic) | **PUT** repos/{owner}/{repo}/topics/{topic} | Add a topic to a repository
|
||||
@@ -1543,7 +1543,7 @@ Name | Type | Description | Notes
|
||||
# **repoAddCollaborator**
|
||||
> Void repoAddCollaborator(owner, repo, collaborator, body)
|
||||
|
||||
Add a collaborator to a repository
|
||||
Add or Update a collaborator to a repository
|
||||
|
||||
### Example
|
||||
```java
|
||||
|
||||
@@ -318,7 +318,7 @@ public interface RepositoryApi {
|
||||
@retrofit2.http.Path("owner") String owner, @retrofit2.http.Path("repo") String repo);
|
||||
|
||||
/**
|
||||
* Add a collaborator to a repository
|
||||
* Add or Update a collaborator to a repository
|
||||
*
|
||||
* @param owner owner of the repo (required)
|
||||
* @param repo name of the repo (required)
|
||||
|
||||
Reference in New Issue
Block a user