- Timestamp:
- 12/21/2021 04:12:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r52376 r52399 136 136 '/wp/v2/comments', 137 137 '/wp/v2/comments/(?P<id>[\\d]+)', 138 '/wp/v2/global-styles/(?P<id>[\/\ s%\w\.\(\)\[\]\@_\-]+)',139 '/wp/v2/global-styles/themes/(?P<stylesheet>[ \/\s%\w\.\(\)\[\]\@_\-]+)',138 '/wp/v2/global-styles/(?P<id>[\/\w-]+)', 139 '/wp/v2/global-styles/themes/(?P<stylesheet>[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', 140 140 '/wp/v2/search', 141 141 '/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)', … … 145 145 '/wp/v2/settings', 146 146 '/wp/v2/template-parts', 147 '/wp/v2/template-parts/(?P<id>[\/\s%\w\.\(\)\[\]\@_\-]+)',148 147 '/wp/v2/template-parts/(?P<id>[\d]+)/autosaves', 148 '/wp/v2/template-parts/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w-]+)', 149 149 '/wp/v2/template-parts/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)', 150 150 '/wp/v2/template-parts/(?P<parent>[\d]+)/revisions', 151 151 '/wp/v2/template-parts/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)', 152 152 '/wp/v2/templates', 153 '/wp/v2/templates/(?P<id>[\/\s%\w\.\(\)\[\]\@_\-]+)',154 153 '/wp/v2/templates/(?P<id>[\d]+)/autosaves', 154 '/wp/v2/templates/(?P<id>([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)[\/\w-]+)', 155 155 '/wp/v2/templates/(?P<parent>[\d]+)/autosaves/(?P<id>[\d]+)', 156 156 '/wp/v2/templates/(?P<parent>[\d]+)/revisions', 157 157 '/wp/v2/templates/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)', 158 158 '/wp/v2/themes', 159 '/wp/v2/themes/(?P<stylesheet>[^ .\/]+(?:\/[^.\/]+)?)',159 '/wp/v2/themes/(?P<stylesheet>[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', 160 160 '/wp/v2/plugins', 161 161 '/wp/v2/plugins/(?P<plugin>[^.\/]+(?:\/[^.\/]+)?)',
Note: See TracChangeset
for help on using the changeset viewer.