ContentWorkflowStateExpirationOperation Data Type

Wrapper entity with all the info to make state expiry date change operation

Properties
name data type description
expiry number Expiration date for the state in epoch millis (set it null to remove the current expiration time, if any)

Example

{
  "expiry" : 1506004498284
}