REST API: Update the client test fixtures after changes to post formats.

This commit updates the `wp-api-generated.js` fixture file after recent changes to the way post formats work in the API.

See #39232.


git-svn-id: https://develop.svn.wordpress.org/trunk@40121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
James Nylen 2017-02-25 04:45:52 +00:00
parent 162e1a6f2a
commit c0ad5e4a50
1 changed files with 20 additions and 2 deletions

View File

@ -388,7 +388,16 @@ mockedApiResponse.Schema = {
"format": {
"required": false,
"enum": [
"standard"
"standard",
"aside",
"chat",
"gallery",
"link",
"image",
"quote",
"status",
"video",
"audio"
],
"description": "The format for the object.",
"type": "string"
@ -562,7 +571,16 @@ mockedApiResponse.Schema = {
"format": {
"required": false,
"enum": [
"standard"
"standard",
"aside",
"chat",
"gallery",
"link",
"image",
"quote",
"status",
"video",
"audio"
],
"description": "The format for the object.",
"type": "string"