Skip to content

Commit 3a247ac

Browse files
authored
Update LUIS Authoring Swagger (#12497)
Introducing new query parameter
1 parent 7a2d9c7 commit 3a247ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/cognitiveservices/data-plane/LUIS/Authoring/preview/v3.0/LUIS-Authoring.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,6 +3116,12 @@
31163116
},
31173117
{
31183118
"$ref": "#/parameters/VersionIdInPath"
3119+
},
3120+
{
3121+
"in": "query",
3122+
"name": "mode",
3123+
"description": "An enum value specifying mode of training.",
3124+
"type": "string"
31193125
}
31203126
],
31213127
"responses": {

0 commit comments

Comments
 (0)