Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2025-07-10 00:03:10 +00:00
parent 796a12ad51
commit e22c13460e
4 changed files with 130 additions and 5 deletions
+3 -3
View File
@@ -653,7 +653,7 @@ Name | Type | Description | Notes
<a name="actionsListRepositoryWorkflows"></a>
# **actionsListRepositoryWorkflows**
> List&lt;ActionWorkflow&gt; actionsListRepositoryWorkflows(owner, repo)
> ActionWorkflowResponse actionsListRepositoryWorkflows(owner, repo)
List repository workflows
@@ -712,7 +712,7 @@ RepositoryApi apiInstance = new RepositoryApi();
String owner = "owner_example"; // String | owner of the repo
String repo = "repo_example"; // String | name of the repo
try {
List<ActionWorkflow> result = apiInstance.actionsListRepositoryWorkflows(owner, repo);
ActionWorkflowResponse result = apiInstance.actionsListRepositoryWorkflows(owner, repo);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RepositoryApi#actionsListRepositoryWorkflows");
@@ -729,7 +729,7 @@ Name | Type | Description | Notes
### Return type
[**List&lt;ActionWorkflow&gt;**](ActionWorkflow.md)
[**ActionWorkflowResponse**](ActionWorkflowResponse.md)
### Authorization