Update all samples.

This commit is contained in:
Paul Ebermann
2017-03-15 16:49:52 +01:00
parent 784169bc3f
commit 5bb0f7a933
233 changed files with 4172 additions and 1030 deletions

View File

@@ -63,7 +63,7 @@
var postBody = body;
// verify the required parameter 'body' is set
if (body == undefined || body == null) {
if (body === undefined || body === null) {
throw new Error("Missing the required parameter 'body' when calling testClassname");
}