Changeset 49368
- Timestamp:
- 10/29/2020 01:00:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/fixtures/wp-api-generated.js
r49296 r49368 6135 6135 { 6136 6136 "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/dotorg-communication" 6137 } 6138 ] 6139 } 6140 }, 6141 "/wp-site-health/v1/tests/authorization-header": { 6142 "namespace": "wp-site-health/v1", 6143 "methods": [ 6144 "GET" 6145 ], 6146 "endpoints": [ 6147 { 6148 "methods": [ 6149 "GET" 6150 ], 6151 "args": [] 6152 } 6153 ], 6154 "_links": { 6155 "self": [ 6156 { 6157 "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/authorization-header" 6158 } 6159 ] 6160 } 6161 }, 6162 "/wp-site-health/v1/tests/authorization-header": { 6163 "namespace": "wp-site-health/v1", 6164 "methods": [ 6165 "GET" 6166 ], 6167 "endpoints": [ 6168 { 6169 "methods": [ 6170 "GET" 6171 ], 6172 "args": [] 6173 } 6174 ], 6175 "_links": { 6176 "self": [ 6177 { 6178 "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/authorization-header" 6137 6179 } 6138 6180 ]
Note: See TracChangeset
for help on using the changeset viewer.