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

1.2 KiB

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> 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> 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] [Back to API list] [Back to README]