Files
gitea-rs/crates/gitea-client/docs/EditPullRequestOption.md
2026-03-20 16:24:40 +01:00

22 lines
1.2 KiB
Markdown

# EditPullRequestOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_maintainer_edit** | Option<**bool**> | Whether to allow maintainer edits | [optional]
**assignee** | Option<**String**> | The new primary assignee username | [optional]
**assignees** | Option<**Vec<String>**> | The new list of assignee usernames | [optional]
**base** | Option<**String**> | The new base branch for the pull request | [optional]
**body** | Option<**String**> | The new description body for the pull request | [optional]
**due_date** | Option<**String**> | | [optional]
**labels** | Option<**Vec<i64>**> | The new list of label IDs for the pull request | [optional]
**milestone** | Option<**i64**> | The new milestone ID for the pull request | [optional]
**state** | Option<**String**> | The new state for the pull request | [optional]
**title** | Option<**String**> | The new title for the pull request | [optional]
**unset_due_date** | Option<**bool**> | Whether to remove the current deadline | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)