# UpdateDraftRequest
## Properties
**value** | Option<[**serde_json::Value**](.md)> | Draft content to save. `null` (or omitted) signals a delete — the row is removed under the same conflict rules. | [optional]
**last_sync** | Option<**String**> | Server timestamp of the client's last known sync for this draft. Omit on first save. | [optional]
**force** | Option<**bool**> | Skip the conflict check and overwrite the server copy. | [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)