We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4688217 commit d76fe20Copy full SHA for d76fe20
app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php
@@ -39,7 +39,7 @@ class Generator extends AbstractSchemaGenerator
39
const UNAUTHORIZED_DESCRIPTION = '401 Unauthorized';
40
41
/** Array signifier */
42
- const ARRAY_SIGNIFIER = '[]';
+ const ARRAY_SIGNIFIER = '[0]';
43
44
/**
45
* Swagger factory instance.
0 commit comments