Skip to content

Commit f435d93

Browse files
update wp-api-generated
1 parent b878d8b commit f435d93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10335,7 +10335,10 @@ mockedApiResponse.Schema = {
1033510335
"status": {
1033610336
"default": "approve",
1033710337
"description": "Limit result set to comments assigned a specific status. Requires authorization.",
10338-
"type": "string",
10338+
"type": [
10339+
"string",
10340+
"array"
10341+
],
1033910342
"required": false
1034010343
},
1034110344
"type": {

0 commit comments

Comments
 (0)