X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventUnsubscribe.php;h=7ab4066b4628267b3cd00e4763581112837ec5eb;hb=b013dfbf9cee859c0a9d2ca34d854f6b10eca086;hp=72d7ec108e6df879aa7ecea727d3af1afb94a751;hpb=bfc6355af6949ca1e4a7c39d0f54f0ec70b641bf;p=civicrm-core.git diff --git a/api/v3/MailingEventUnsubscribe.php b/api/v3/MailingEventUnsubscribe.php index 72d7ec108e..7ab4066b46 100644 --- a/api/v3/MailingEventUnsubscribe.php +++ b/api/v3/MailingEventUnsubscribe.php @@ -1,5 +1,4 @@ 1, + 'title' => 'Mailing Job ID', + 'type' => CRM_Utils_Type::T_INT, + ); + $params['hash'] = array( + 'api.required' => 1, + 'title' => 'Mailing Hash', + 'type' => CRM_Utils_Type::T_STRING, + ); + $params['event_queue_id'] = array( + 'api.required' => 1, + 'title' => 'Mailing Queue ID', + 'type' => CRM_Utils_Type::T_INT, + ); } -