REST API: Regenerate wp-api-generated.js after [49276].

See #51583.


git-svn-id: https://develop.svn.wordpress.org/trunk@49296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Timothy Jacobs 2020-10-24 04:26:46 +00:00
parent 6722f3aefb
commit 4e0222d529
1 changed files with 4 additions and 2 deletions

View File

@ -4918,8 +4918,9 @@ mockedApiResponse.Schema = {
],
"args": {
"app_id": {
"description": "A machine-readable string provided by the application to uniquely identify it.",
"description": "A uuid provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
"type": "string",
"format": "uuid",
"required": false
},
"name": {
@ -4973,8 +4974,9 @@ mockedApiResponse.Schema = {
],
"args": {
"app_id": {
"description": "A machine-readable string provided by the application to uniquely identify it.",
"description": "A uuid provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
"type": "string",
"format": "uuid",
"required": false
},
"name": {