mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-10 19:40:37 +00:00
Synchronizing API and documentation updates
This commit is contained in:
+39
-39
@@ -474,7 +474,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="actionsEnableWorkflow"></a>
|
||||
@@ -923,7 +923,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="createRepoVariable"></a>
|
||||
@@ -1016,7 +1016,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="deleteActionRun"></a>
|
||||
@@ -2206,7 +2206,7 @@ Name | Type | Description | Notes
|
||||
|
||||
<a name="getRepoRunner"></a>
|
||||
# **getRepoRunner**
|
||||
> Void getRepoRunner(owner, repo, runnerId)
|
||||
> ActionRunner getRepoRunner(owner, repo, runnerId)
|
||||
|
||||
Get a repo-level runner
|
||||
|
||||
@@ -2266,7 +2266,7 @@ String owner = "owner_example"; // String | owner of the repo
|
||||
String repo = "repo_example"; // String | name of the repo
|
||||
String runnerId = "runnerId_example"; // String | id of the runner
|
||||
try {
|
||||
Void result = apiInstance.getRepoRunner(owner, repo, runnerId);
|
||||
ActionRunner result = apiInstance.getRepoRunner(owner, repo, runnerId);
|
||||
System.out.println(result);
|
||||
} catch (ApiException e) {
|
||||
System.err.println("Exception when calling RepositoryApi#getRepoRunner");
|
||||
@@ -2284,7 +2284,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
[**Void**](.md)
|
||||
[**ActionRunner**](ActionRunner.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -2293,11 +2293,11 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="getRepoRunners"></a>
|
||||
# **getRepoRunners**
|
||||
> Void getRepoRunners(owner, repo, disabled)
|
||||
> ActionRunnersResponse getRepoRunners(owner, repo, disabled)
|
||||
|
||||
Get repo-level runners
|
||||
|
||||
@@ -2357,7 +2357,7 @@ String owner = "owner_example"; // String | owner of the repo
|
||||
String repo = "repo_example"; // String | name of the repo
|
||||
Boolean disabled = true; // Boolean | filter by disabled status (true or false)
|
||||
try {
|
||||
Void result = apiInstance.getRepoRunners(owner, repo, disabled);
|
||||
ActionRunnersResponse result = apiInstance.getRepoRunners(owner, repo, disabled);
|
||||
System.out.println(result);
|
||||
} catch (ApiException e) {
|
||||
System.err.println("Exception when calling RepositoryApi#getRepoRunners");
|
||||
@@ -2375,7 +2375,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
[**Void**](.md)
|
||||
[**ActionRunnersResponse**](ActionRunnersResponse.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -2384,7 +2384,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="getRepoVariable"></a>
|
||||
# **getRepoVariable**
|
||||
@@ -2818,7 +2818,7 @@ Token.setApiKey("YOUR API KEY");
|
||||
RepositoryApi apiInstance = new RepositoryApi();
|
||||
String owner = "owner_example"; // String | owner of the repo
|
||||
String repo = "repo_example"; // String | name of the repository
|
||||
String run = "run_example"; // String | id of the run
|
||||
Integer run = 56; // Integer | id of the run
|
||||
try {
|
||||
ActionWorkflowRun result = apiInstance.getWorkflowRun(owner, repo, run);
|
||||
System.out.println(result);
|
||||
@@ -2834,7 +2834,7 @@ Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**owner** | **String**| owner of the repo |
|
||||
**repo** | **String**| name of the repository |
|
||||
**run** | **String**| id of the run |
|
||||
**run** | **Integer**| id of the run |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -3509,7 +3509,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="repoAddPushMirror"></a>
|
||||
@@ -4969,7 +4969,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoCreatePullReviewRequests"></a>
|
||||
@@ -5062,7 +5062,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoCreateRelease"></a>
|
||||
@@ -5525,7 +5525,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoCreateTag"></a>
|
||||
@@ -5616,7 +5616,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoCreateTagProtection"></a>
|
||||
@@ -5799,7 +5799,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json, text/html
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoDelete"></a>
|
||||
# **repoDelete**
|
||||
@@ -6801,7 +6801,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="repoDeletePushMirror"></a>
|
||||
@@ -7717,7 +7717,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoDownloadCommitDiffOrPatch"></a>
|
||||
@@ -7996,7 +7996,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoEditBranchProtection"></a>
|
||||
@@ -8182,7 +8182,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoEditHook"></a>
|
||||
@@ -8275,7 +8275,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoEditPullRequest"></a>
|
||||
@@ -8743,7 +8743,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json, text/html
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoGet"></a>
|
||||
# **repoGet**
|
||||
@@ -10145,7 +10145,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoGetGitHook"></a>
|
||||
@@ -15236,7 +15236,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="repoMergeUpstream"></a>
|
||||
@@ -15327,7 +15327,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoMigrate"></a>
|
||||
@@ -16348,7 +16348,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoTestHook"></a>
|
||||
@@ -16631,7 +16631,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="repoUnDismissPullReview"></a>
|
||||
@@ -16906,7 +16906,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="repoUpdateBranch"></a>
|
||||
@@ -17367,7 +17367,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="repoValidateIssueConfig"></a>
|
||||
@@ -17827,7 +17827,7 @@ Name | Type | Description | Notes
|
||||
|
||||
<a name="updateRepoRunner"></a>
|
||||
# **updateRepoRunner**
|
||||
> Void updateRepoRunner(owner, repo, runnerId, body)
|
||||
> ActionRunner updateRepoRunner(owner, repo, runnerId, body)
|
||||
|
||||
Update a repo-level runner
|
||||
|
||||
@@ -17888,7 +17888,7 @@ String repo = "repo_example"; // String | name of the repo
|
||||
String runnerId = "runnerId_example"; // String | id of the runner
|
||||
EditActionRunnerOption body = new EditActionRunnerOption(); // EditActionRunnerOption |
|
||||
try {
|
||||
Void result = apiInstance.updateRepoRunner(owner, repo, runnerId, body);
|
||||
ActionRunner result = apiInstance.updateRepoRunner(owner, repo, runnerId, body);
|
||||
System.out.println(result);
|
||||
} catch (ApiException e) {
|
||||
System.err.println("Exception when calling RepositoryApi#updateRepoRunner");
|
||||
@@ -17907,7 +17907,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
[**Void**](.md)
|
||||
[**ActionRunner**](ActionRunner.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -17916,7 +17916,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="updateRepoSecret"></a>
|
||||
# **updateRepoSecret**
|
||||
@@ -18101,7 +18101,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json, text/plain
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
<a name="userCurrentCheckSubscription"></a>
|
||||
@@ -18191,7 +18191,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json, text/html
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="userCurrentDeleteSubscription"></a>
|
||||
# **userCurrentDeleteSubscription**
|
||||
@@ -18369,7 +18369,7 @@ Name | Type | Description | Notes
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: application/json, text/html
|
||||
- **Accept**: application/json
|
||||
|
||||
<a name="userTrackedTimes"></a>
|
||||
# **userTrackedTimes**
|
||||
|
||||
Reference in New Issue
Block a user