We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9310d commit 4dbb836Copy full SHA for 4dbb836
1 file changed
tests/phpunit/tests/rest-api/rest-schema-setup.php
@@ -195,6 +195,8 @@ public function test_expected_routes_in_schema() {
195
'/wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces',
196
'/wp/v2/font-families/(?P<font_family_id>[\d]+)/font-faces/(?P<id>[\d]+)',
197
'/wp/v2/font-families/(?P<id>[\d]+)',
198
+ '/wp/v2/ability-categories',
199
+ '/wp/v2/ability-categories/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)',
200
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+?)/run',
201
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+)',
202
'/wp/v2/abilities',
0 commit comments