Settings_Clusters_Configuration_Drafts_UpdateSpec

Settings_Clusters_Configuration_Drafts_UpdateSpec
Settings_Clusters_Configuration_Drafts_UpdateSpec

The Drafts.UpdateSpec structure contains the new configuration for the draft.

JSON Example
{
    "expected_revision": 0,
    "config": "string"
}
integer As int64
expected_revision
Optional

When supplied, this revision value will be compared against the draft's current revision as returned in Drafts.Metadata.revision to ensure no other changes have been applied.

string
config
Required

The new cluster configuration for this draft, encoded as JSON.