windmill-api 1.727.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdateDraftRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**legacy** | Option<**bool**> | Delete-only. Target the legacy workspace-level row (email NULL) instead of the current user's row. Used to discard a legacy draft from the review page. | [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)