mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 03:06:17 +00:00
fix duplicate call in JS (#1270)
This commit is contained in:
@@ -455,7 +455,7 @@ test inline additionalProperties
|
||||
import OpenApiPetstore from 'open_api_petstore';
|
||||
|
||||
let apiInstance = new OpenApiPetstore.FakeApi();
|
||||
let requestBody = {key: "inner_example"}; // {String: String} | request body
|
||||
let requestBody = {key: "null"}; // {String: String} | request body
|
||||
apiInstance.testInlineAdditionalProperties(requestBody).then(() => {
|
||||
console.log('API called successfully.');
|
||||
}, (error) => {
|
||||
|
||||
Reference in New Issue
Block a user