Skip to content

Commit

Permalink
ISSUE-11477 - fixed Swagger response for searchCriteria - added zero …
Browse files Browse the repository at this point in the history
…index to array signifier
  • Loading branch information
Jakub Idziak authored and gelanivishal committed Jun 8, 2018
1 parent 6db65b0 commit f3108a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Generator extends AbstractSchemaGenerator
const UNAUTHORIZED_DESCRIPTION = '401 Unauthorized';

/** Array signifier */
const ARRAY_SIGNIFIER = '[]';
const ARRAY_SIGNIFIER = '[0]';

/**
* Swagger factory instance.
Expand Down

0 comments on commit f3108a3

Please sign in to comment.