-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QnAMaker.json - response code correction (#10828)
* Update QnAMaker.json Correct PATCH EndpointSettings response code from 200 to 204 * Update example response set endpoint Update example response set endpoint * Prettier validation fix * required propery validation fix * remove alternateQuestionClusters from example * removed alternateQuestionClusters across the example Need to add it as a whole Active learning swagger update * ModelValidation fixed in example instead of spec - non breaking change
- Loading branch information
1 parent
ab60861
commit 1aaf3c1
Showing
4 changed files
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ | |
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": "Successfully updated endpoint settings" | ||
} | ||
"204": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters