Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-06-12 00:02:09 +00:00
parent 05d795aac5
commit 79c3e09d3d
10 changed files with 655 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
**id** | **Long** | | [optional]
**path** | **String** | | [optional]
**previousAttemptUrl** | **String** | PreviousAttemptURL is the API URL of the previous attempt of this run, e.g. \".../actions/runs/{run_id}/attempts/{attempt-1}\". It is set only when the current attempt is > 1 (i.e. a rerun). For the first attempt, or for legacy runs that pre-date ActionRunAttempt, it is null. | [optional]
**pullRequests** | [**List<PullRequestMinimal>**](PullRequestMinimal.md) | | [optional]
**repository** | [**Repository**](Repository.md) | | [optional]
**repositoryId** | **Long** | | [optional]
**runAttempt** | **Long** | RunAttempt is 1-based for runs created after ActionRunAttempt was introduced. A value of 0 is a legacy-only sentinel for runs created before attempts existed and indicates no corresponding /attempts/{n} resource is available. | [optional]