ChangesetGetResponseDto

A Changeset is an individual edit that has been made to a project. Since multiple users can
edit a project at the same time, individual Changesets are applied in a sequential fashion. If
a Changeset causes a conflict or cannot be applied, it will be rejected. You can examine a
Changeset to determine its conflict resolution status.

Fields

FieldDescription
id
uuid
required
The unique identifier of this Changeset.
success
boolean
optional
True if this Changeset was successfully applied. If the Changeset has not been applied,
this value is null.
state
State
required
A status flag that indicates the progress of the Changeset through resolution.