diff --git a/src/api/endpoints/class-tainacan-rest-filter-types-controller.php b/src/api/endpoints/class-tainacan-rest-filter-types-controller.php index 63338847b..65f2826ca 100644 --- a/src/api/endpoints/class-tainacan-rest-filter-types-controller.php +++ b/src/api/endpoints/class-tainacan-rest-filter-types-controller.php @@ -28,6 +28,9 @@ class REST_Filter_Types_Controller extends REST_Controller { 'className' => [ 'type' => 'string' ], + 'name' => [ + 'type' => 'string' + ], 'component' => [ 'type' => 'string' ],