From 4e0222d529a9a6c600da0c32e445c9031c401631 Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Sat, 24 Oct 2020 04:26:46 +0000 Subject: [PATCH] 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 --- tests/qunit/fixtures/wp-api-generated.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 619115e58b..868d87623a 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -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": {