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

803 B

EditReleaseOption

Properties

Name Type Description Notes
body Option<String> The new release notes or description [optional]
draft Option<bool> Whether to change the draft status [optional]
name Option<String> The new display title of the release [optional]
prerelease Option<bool> Whether to change the prerelease status [optional]
tag_name Option<String> The new name of the git tag [optional]
target_commitish Option<String> The new target commitish for the release [optional]

[Back to Model list] [Back to API list] [Back to README]