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:
parent
6722f3aefb
commit
4e0222d529
@ -4918,8 +4918,9 @@ mockedApiResponse.Schema = {
|
|||||||
],
|
],
|
||||||
"args": {
|
"args": {
|
||||||
"app_id": {
|
"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",
|
"type": "string",
|
||||||
|
"format": "uuid",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
@ -4973,8 +4974,9 @@ mockedApiResponse.Schema = {
|
|||||||
],
|
],
|
||||||
"args": {
|
"args": {
|
||||||
"app_id": {
|
"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",
|
"type": "string",
|
||||||
|
"format": "uuid",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
Loading…
Reference in New Issue
Block a user