REST API: Regenerate test fixtures after [48982].

Props garrett-eclipse.
Fixes #50805.


git-svn-id: https://develop.svn.wordpress.org/trunk@49031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Timothy Jacobs 2020-09-21 22:52:29 +00:00
parent e8617468a2
commit c263d2e56c

View File

@ -4469,7 +4469,7 @@ mockedApiResponse.Schema = {
"attributes": {
"required": false,
"default": [],
"description": "Attributes for the block",
"description": "Attributes for the block.",
"type": "object"
},
"post_id": {
@ -4563,12 +4563,12 @@ mockedApiResponse.Schema = {
"args": {
"name": {
"required": false,
"description": "Block name",
"description": "Block name.",
"type": "string"
},
"namespace": {
"required": false,
"description": "Block namespace",
"description": "Block namespace.",
"type": "string"
},
"context": {