We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed5234 commit f825e40Copy full SHA for f825e40
1 file changed
tests/qunit/fixtures/wp-api-generated.js
@@ -21,7 +21,13 @@ mockedApiResponse.Schema = {
21
"wp-site-health/v1",
22
"wp-block-editor/v1"
23
],
24
- "authentication": [],
+ "authentication": {
25
+ "application-passwords": {
26
+ "endpoints": {
27
+ "authorization": "http://example.org/wp-admin/authorize-application.php"
28
+ }
29
30
+ },
31
"routes": {
32
"/": {
33
"namespace": "",
0 commit comments