# CreatePatchNoteRequest
## Properties
**target** | **Target** | The target of the patch note. (enum: general, creativePro, frontier, life, leonGunWar2, sclat) |
**category** | **Category** | The category of the patch note. (enum: balance, event, feature, fix, improvement, map, remove) |
**title** | **String** | The title of the patch note. |
**body** | **String** | The body text of the patch note. |
**author_id** | Option<**uuid::Uuid**> | The unique identifier of the player. | [optional]
**images** | Option<**Vec<std::path::PathBuf>**> | The image files attached to the patch note. | [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)