mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
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:
parent
8f0fa8c0d6
commit
946bcc9c95
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user