Revise
Class: warmhub.Revise
Revise(*, name: str | Unset = UNSET, wref: str | Unset = UNSET, kind: CommitOperationKind | Unset = UNSET, data: JsonValue | Unset = UNSET, type: str | Unset = UNSET, members: Sequence[str] | Unset = UNSET, affirmed_targets: Sequence[str] | Unset = UNSET, expected_version: int | Unset = UNSET, lease_id: str | Unset = UNSET, **unknown: Never)Replace the shape-validated data on an existing target.
data is a full replacement, not a patch — include every shape field,
not just the ones that changed.
Revise cannot deactivate a target: there is no active field, and
passing one raises a TypeError naming Retract.
Properties and attributes
Section titled “Properties and attributes”operation
Section titled “operation”operation = 'revise'Documentation is not yet available.
nameDocumentation is not yet available.
wrefDocumentation is not yet available.
kindDocumentation is not yet available.
dataDocumentation is not yet available.
typeDocumentation is not yet available.
members
Section titled “members”membersDocumentation is not yet available.
affirmed_targets
Section titled “affirmed_targets”affirmed_targetsDocumentation is not yet available.
expected_version
Section titled “expected_version”expected_versionDocumentation is not yet available.
lease_id
Section titled “lease_id”lease_idDocumentation is not yet available.