mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 15:18:26 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -3,15 +3,19 @@
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**additions** | **Long** | | [optional]
|
||||
**allowMaintainerEdit** | **Boolean** | | [optional]
|
||||
**assignee** | [**User**](User.md) | | [optional]
|
||||
**assignees** | [**List<User>**](User.md) | | [optional]
|
||||
**base** | [**PRBranchInfo**](PRBranchInfo.md) | | [optional]
|
||||
**body** | **String** | | [optional]
|
||||
**changedFiles** | **Long** | | [optional]
|
||||
**closedAt** | [**Date**](Date.md) | | [optional]
|
||||
**comments** | **Long** | | [optional]
|
||||
**createdAt** | [**Date**](Date.md) | | [optional]
|
||||
**deletions** | **Long** | | [optional]
|
||||
**diffUrl** | **String** | | [optional]
|
||||
**draft** | **Boolean** | | [optional]
|
||||
**dueDate** | [**Date**](Date.md) | | [optional]
|
||||
**head** | [**PRBranchInfo**](PRBranchInfo.md) | | [optional]
|
||||
**htmlUrl** | **String** | | [optional]
|
||||
@@ -29,6 +33,7 @@ Name | Type | Description | Notes
|
||||
**patchUrl** | **String** | | [optional]
|
||||
**pinOrder** | **Long** | | [optional]
|
||||
**requestedReviewers** | [**List<User>**](User.md) | | [optional]
|
||||
**reviewComments** | **Long** | number of review comments made on the diff of a PR review (not including comments on commits or issues in a PR) | [optional]
|
||||
**state** | **String** | | [optional]
|
||||
**title** | **String** | | [optional]
|
||||
**updatedAt** | [**Date**](Date.md) | | [optional]
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**draft** | **Boolean** | | [optional]
|
||||
**htmlUrl** | **String** | | [optional]
|
||||
**merged** | **Boolean** | | [optional]
|
||||
**mergedAt** | [**Date**](Date.md) | | [optional]
|
||||
|
||||
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
||||
**followersCount** | **Long** | user counts | [optional]
|
||||
**followingCount** | **Long** | | [optional]
|
||||
**fullName** | **String** | the user's full name | [optional]
|
||||
**htmlUrl** | **String** | URL to the user's gitea page | [optional]
|
||||
**id** | **Long** | the user's id | [optional]
|
||||
**isAdmin** | **Boolean** | Is the user an administrator | [optional]
|
||||
**language** | **String** | User locale | [optional]
|
||||
|
||||
Reference in New Issue
Block a user