From 47009540f3159210dc56b1676adba4d654628f1d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 12 Jun 2018 20:31:54 -0700 Subject: [PATCH] Afform.get API - Allow calls without `name` --- ext/afform/api/v3/Afform/Get.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/afform/api/v3/Afform/Get.php b/ext/afform/api/v3/Afform/Get.php index b4b3e9a398..d5e52563ae 100644 --- a/ext/afform/api/v3/Afform/Get.php +++ b/ext/afform/api/v3/Afform/Get.php @@ -17,7 +17,6 @@ function _civicrm_api3_afform_get_spec(&$spec) { 'description' => 'Form name', 'maxlength' => 128, 'size' => CRM_Utils_Type::HUGE, - 'api.required' => 1, ); $spec['description'] = array( 'name' => 'description', -- 2.25.1