Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 0717f9c

Browse files
ENGCOM-1934: [Forwardport] ISSUE-11477 - fixed Swagger response for searchCriteria - added zero … #15946
- Merge Pull Request magento/magento2#15946 from vgelani/magento2:2.3-develop-PR-port-15322 - Merged commits: 1. d76fe20
2 parents 33393e2 + d76fe20 commit 0717f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Generator extends AbstractSchemaGenerator
3939
const UNAUTHORIZED_DESCRIPTION = '401 Unauthorized';
4040

4141
/** Array signifier */
42-
const ARRAY_SIGNIFIER = '[]';
42+
const ARRAY_SIGNIFIER = '[0]';
4343

4444
/**
4545
* Swagger factory instance.

0 commit comments

Comments
 (0)