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

17 lines
803 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)