X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventResubscribe.php;h=9a958d72a4afeda5e85436b06aea862245585b85;hb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;hp=60427511368f8cd46778a4279d352bb4a7ddbb55;hpb=13c1cf91881e22bbcc38024c645736a3fc6fad4a;p=civicrm-core.git diff --git a/api/v3/MailingEventResubscribe.php b/api/v3/MailingEventResubscribe.php index 6042751136..9a958d72a4 100644 --- a/api/v3/MailingEventResubscribe.php +++ b/api/v3/MailingEventResubscribe.php @@ -1,10 +1,9 @@ 1, + 'title' => 'Event Queue ID', + 'type' => CRM_Utils_Type::T_INT, + ); + $params['job_id'] = array( + 'api.required' => 1, + 'title' => 'Job ID', + 'type' => CRM_Utils_Type::T_INT, + ); + $params['hash'] = array( + 'api.required' => 1, + 'title' => 'Hash', + 'type' => CRM_Utils_Type::T_STRING, + ); } -