diff --git a/docs/swagger-codegen-migration.html b/docs/swagger-codegen-migration.html index 93fdc1f97b9..189c5082b5c 100644 --- a/docs/swagger-codegen-migration.html +++ b/docs/swagger-codegen-migration.html @@ -242,5 +242,5 @@ Concretely if you did not specify anything when you are generating java code, a
If your API client is using named parameters in the function call (e.g. Perl required & optional parameters, Ruby optional parameters), you will need to add x-codegen-request-body-name
to the spec to restore the original body parameter name.
The default basePath
has been changed from https://localhost
to http://locallhost
(http without s)