X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventResubscribe.php;h=9a958d72a4afeda5e85436b06aea862245585b85;hb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;hp=234ee74032506a0a4890ac6f3c77ee682ae13e45;hpb=9d29f5f8596366df6a6ae99b97029da639e03004;p=civicrm-core.git diff --git a/api/v3/MailingEventResubscribe.php b/api/v3/MailingEventResubscribe.php index 234ee74032..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, + ); } -