UpdatePostRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | Updated title of the post. | [optional] [default to null] |
| content | String | Updated content of the post. | [optional] [default to null] |
| slug | String | Updated slug for the post. | [optional] [default to null] |
| category_id | Long | Updated category ID for the post. | [optional] [default to null] |