interface MoveVersion {
    after?: string;
    id: string;
    position?: string;
}

Hierarchy (view full)

Properties

Properties

after?: string

The URL (self link) of the version after which to place the moved version. Cannot be used with position.

id: string

The ID of the version to be moved.

position?: string

An absolute position in which to place the moved version. Cannot be used with after.