From 2647d60476ee7ce5aa87885b1eb880073196635f Mon Sep 17 00:00:00 2001 From: Thanasis Papoutsidakis Date: Fri, 16 Sep 2022 16:20:12 +0300 Subject: [PATCH] Fix ExampleId parameter type This change attempts to fix some error cases related to issue 18041 https://github.com/Azure/azure-sdk-for-net/issues/18041 --- .../data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json index f46371f0e2f3..a18446bebfb6 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json @@ -459,7 +459,8 @@ "in": "path", "description": "The example ID.", "required": true, - "type": "integer" + "type": "integer", + "format": "int64" } ], "responses": {