Skip to content

Commit

Permalink
updated fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 23, 2023
1 parent 1662c77 commit 7a46ae0
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ mockedApiResponse.Schema = {
"wp-site-health/v1",
"wp-block-editor/v1"
],
"authentication": {
"application-passwords": {
"endpoints": {
"authorization": "http://example.org/wp-admin/authorize-application.php"
}
}
},
"authentication": [],
"routes": {
"/": {
"namespace": "",
Expand Down Expand Up @@ -9615,6 +9609,29 @@ mockedApiResponse.Schema = {
"description": "The ID for the parent of the revision.",
"type": "integer",
"required": false
},
"context": {
"default": "view",
"required": false
},
"page": {
"description": "Current page of the collection.",
"type": "integer",
"default": 1,
"minimum": 1,
"required": false
},
"per_page": {
"description": "Maximum number of items to be returned in result set.",
"type": "integer",
"minimum": 1,
"maximum": 100,
"required": false
},
"offset": {
"description": "Offset the result set by a specific number of items.",
"type": "integer",
"required": false
}
}
}
Expand Down

0 comments on commit 7a46ae0

Please sign in to comment.