REST API: Update `wp-api.js` fixtures after string changes.

See #39178.


git-svn-id: https://develop.svn.wordpress.org/trunk@40630 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
James Nylen 2017-05-11 18:40:17 +00:00
parent 8f0fa8c0d6
commit 946bcc9c95
1 changed files with 4 additions and 4 deletions

View File

@ -914,7 +914,7 @@ mockedApiResponse.Schema = {
"parent": {
"required": false,
"default": [],
"description": "Limit result set to those of particular parent IDs.",
"description": "Limit result set to items with particular parent IDs.",
"type": "array",
"items": {
"type": "integer"
@ -1451,7 +1451,7 @@ mockedApiResponse.Schema = {
"parent": {
"required": false,
"default": [],
"description": "Limit result set to those of particular parent IDs.",
"description": "Limit result set to items with particular parent IDs.",
"type": "array",
"items": {
"type": "integer"
@ -3165,7 +3165,7 @@ mockedApiResponse.Schema = {
},
"password": {
"required": false,
"description": "The password for the post if it is password protected.",
"description": "The password for the parent post of the comment (if the post is password protected).",
"type": "string"
}
}
@ -3267,7 +3267,7 @@ mockedApiResponse.Schema = {
},
"password": {
"required": false,
"description": "The password for the post if it is password protected.",
"description": "The password for the parent post of the comment (if the post is password protected).",
"type": "string"
}
}