From 268d8169ed5f8f4ee41f7245a4284ff8181dadd4 Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 13 Jun 2023 19:36:09 +1000 Subject: [PATCH] update api fixtures --- tests/qunit/fixtures/wp-api-generated.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index d64b68fa40923..b069d3be946c3 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -9600,6 +9600,26 @@ mockedApiResponse.Schema = { } ] }, + "/wp/v2/global-styles/(?P[\\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[\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)/variations": { "namespace": "wp/v2", "methods": [