pub async fn modify_action_with_id(
    configuration: &Configuration,
    action_id: &str,
    action_request: Option<ActionRequest>
) -> Result<ActionResponse, Error<ModifyActionWithIdError>>
Expand description

Modifies a temporal user action by changing the expiration of the action and optionally adding a comment to the action.