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.
2 parents 0af2aa9 + ed12778 commit a7696f9Copy full SHA for a7696f9
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