interface ReviewUpdate {
    actions: ReviewUpdateAction[];
    version: number;
}

Properties

Properties

The list of update actions to be performed on the review.

version: number

The expected version of the review on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

Generated using TypeDoc