We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848ab75 commit 0b80c2bCopy full SHA for 0b80c2b
tests/qunit/fixtures/wp-api-generated.js
@@ -2974,6 +2974,22 @@ mockedApiResponse.Schema = {
2974
],
2975
"required": false
2976
},
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
2993
"mime_type": {
2994
"default": null,
2995
"description": "Limit result set to attachments of a particular MIME type.",
0 commit comments