Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-05-27 00:12:25 +00:00
parent dc291d4213
commit 8d4fd0d34b
6 changed files with 187 additions and 2 deletions
+5
View File
@@ -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]
+1
View File
@@ -4,5 +4,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**draft** | **Boolean** | | [optional]
**htmlUrl** | **String** | | [optional]
**merged** | **Boolean** | | [optional]
**mergedAt** | [**Date**](Date.md) | | [optional]
+1
View File
@@ -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]