updateActionSnoozeDate Mutation
Update the snooze date for an action.
Snoozing an action temporarily hides it from the user's task list until the specified date. Pass null for snoozeDate to unsnooze (clear the snooze).
Access: Requires user access to the action
Parameters:
- actionId: The ID of the action to snooze
- snoozeDate: The date to snooze until (pass null to unsnooze)
Returns: The updated Action object with the new snoozeDate
Arguments
#
Response
#
Returns Action .
Example
#
Previous
updateActionProject