POST /API/runtimeAPI/updateExpirationDate/{eventUUID}
expiration=…&options=…
API Example:
AbstractRemoteRuntimeAPI.updateExpirationDate({'eventUUID': /* eventUUID the eventUUID to update */, 'expiration': /* expiration the new expiration date */, 'options': /* options the options map (domain, queyList, user) */});
Updates the expiration date of an event.
Output:
void
Form parameters:
expiration - the new expiration date
options - the options map (domain, queyList, user)