Wrapper entity with all the info to make state expiry date change operation
| 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
}