Adds missing declaration of name paramether.

This commit is contained in:
Mateus Machado Luna 2019-10-03 17:58:34 -03:00
parent 4a3323c584
commit e67d825edd
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ class REST_Filter_Types_Controller extends REST_Controller {
'className' => [
'type' => 'string'
],
'name' => [
'type' => 'string'
],
'component' => [
'type' => 'string'
],