Skip to content

Commit

Permalink
update api fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 13, 2023
1 parent 2101090 commit 268d816
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -9600,6 +9600,26 @@ mockedApiResponse.Schema = {
}
]
},
"/wp/v2/global-styles/(?P<parent>[\\d]+)/revisions": {
"namespace": "wp/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"parent": {
"description": "The ID for the parent of the revision.",
"type": "integer",
"required": false
}
}
}
]
},
"/wp/v2/global-styles/themes/(?P<stylesheet>[\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)/variations": {
"namespace": "wp/v2",
"methods": [
Expand Down

0 comments on commit 268d816

Please sign in to comment.