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 b8e935b25639..3323076ea4dd 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 @@ -738,6 +738,12 @@ "schema": { "$ref": "#/definitions/GuidResponse" } + }, + "default": { + "description": "Error Response.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } } }, "produces": [ @@ -7813,7 +7819,7 @@ } } } - }, + }, "definitions": { "EntityLabelObject": { "description": "Defines the entity type and position of the extracted entity within the example.", @@ -8937,7 +8943,9 @@ "Prebuilt Entity Extractor", "Intent Classifier", "Pattern.Any Entity Extractor", - "Regular Expression Entity Extractor" + "Regular Expression Entity Extractor", + "Closed List Entity Extractor", + "Regex Entity Extractor" ] }, "HierarchicalEntityExtractor": {