Request body for post operation
Property | Type | Constraints | Description |
---|---|---|---|
name |
String | mandatory=true, nullable=false | Name of the cartridge. |
position |
Enum {first, last, before, after} | mandatory=true, nullable=false | Position of the cartridge. |
target |
String | When position is 'before' or 'after', need to specify the target cartridge |