mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-09 11:07:37 +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
|
||||
|
||||
Reference in New Issue
Block a user