Skip to content

Commit b3e84e5

Browse files
authored
Merge pull request #1451 from vtex/EDU-3949--fix/List-paged-Pickup-Points-endpoint
EDU-3949 fix: add maximum value
2 parents 9cfe002 + 184c5a1 commit b3e84e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VTEX - Logistics API.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7831,7 +7831,8 @@
78317831
"explode": true,
78327832
"schema": {
78337833
"type": "integer",
7834-
"example": 15
7834+
"example": 15,
7835+
"maximum": 100
78357836
}
78367837
},
78377838
{

0 commit comments

Comments
 (0)