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 98d87f1dbf1a..f46371f0e2f3 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 @@ -7494,7 +7494,7 @@ "$ref": "#/parameters/BearerAuthPath" }, { - "$ref": "#/parameters/ArmTokenParamter" + "$ref": "#/parameters/ArmTokenParameter" }, { "name": "azureAccountInfoObject", @@ -7543,7 +7543,7 @@ "$ref": "#/parameters/BearerAuthPath" }, { - "$ref": "#/parameters/ArmTokenParamter" + "$ref": "#/parameters/ArmTokenParameter" } ], "responses": { @@ -7581,7 +7581,7 @@ "$ref": "#/parameters/BearerAuthPath" }, { - "$ref": "#/parameters/ArmTokenParamter" + "$ref": "#/parameters/ArmTokenParameter" }, { "name": "azureAccountInfoObject", @@ -7629,7 +7629,7 @@ "$ref": "#/parameters/BearerAuthPath" }, { - "$ref": "#/parameters/ArmTokenParamter" + "$ref": "#/parameters/ArmTokenParameter" } ], "responses": { @@ -9758,7 +9758,8 @@ }, "ExampleId": { "description": "The newly created sample ID.", - "type": "integer" + "type": "integer", + "format": "int64" } } }, @@ -10754,7 +10755,7 @@ "type": "string", "x-ms-parameter-location": "method" }, - "ArmTokenParamter": { + "ArmTokenParameter": { "in": "header", "name": "ArmToken", "required": false, diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index af14091b21c8..78ac3ae965ea 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -9272,7 +9272,8 @@ }, "ExampleId": { "description": "The newly created sample ID.", - "type": "integer" + "type": "integer", + "format": "int64" } } },