Skip to content

Commit 0b80c2b

Browse files
committed
Update API generated fixture
1 parent 848ab75 commit 0b80c2b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,6 +2974,22 @@ mockedApiResponse.Schema = {
29742974
],
29752975
"required": false
29762976
},
2977+
"media_types": {
2978+
"default": null,
2979+
"description": "Limit result set to an array of media types.",
2980+
"type": "array",
2981+
"items": {
2982+
"type": "string",
2983+
"enum": [
2984+
"image",
2985+
"video",
2986+
"text",
2987+
"application",
2988+
"audio"
2989+
]
2990+
},
2991+
"required": false
2992+
},
29772993
"mime_type": {
29782994
"default": null,
29792995
"description": "Limit result set to attachments of a particular MIME type.",

0 commit comments

Comments
 (0)