Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 629 Bytes

VersionMoveBean.md

File metadata and controls

16 lines (14 loc) · 629 Bytes

VersionMoveBean

Properties

Name Type Description Notes
after String The URL (self link) of the version after which to place the moved version. Cannot be used with `position`. [optional]
position PositionEnum An absolute position in which to place the moved version. Cannot be used with `after`. [optional]

Enum: PositionEnum

Name Value
EARLIER "Earlier"
LATER "Later"
FIRST "First"
LAST "Last"