X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventConfirm.php;h=c36deae8bd01ca1e2558ab94d184fc624c18b906;hb=cc7968d8a8cc3b6008257018642334d5424be8d9;hp=32281b684f42facf274c0bd4b837ea45de4fc90f;hpb=d36b8b20ac964dc3c0a74f98f580dc7b0ad7383e;p=civicrm-core.git diff --git a/api/v3/MailingEventConfirm.php b/api/v3/MailingEventConfirm.php index 32281b684f..c36deae8bd 100644 --- a/api/v3/MailingEventConfirm.php +++ b/api/v3/MailingEventConfirm.php @@ -1,10 +1,9 @@ 1, + 'title' => 'Contact ID', + 'type' => CRM_Utils_Type::T_INT, + ); + $params['subscribe_id'] = array( + 'api.required' => 1, + 'title' => 'Subscribe Event ID', + 'type' => CRM_Utils_Type::T_INT, + ); + $params['hash'] = array( + 'api.required' => 1, + 'title' => 'Hash', + 'type' => CRM_Utils_Type::T_STRING, + ); }