Skip to content

Commit 7e0c241

Browse files
committed
bugfix
1 parent 6da5732 commit 7e0c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ protected function swagger($settings) {
25062506
echo '"required":true,';
25072507
echo '"type":"string"';
25082508
echo '}';
2509-
if ($action['name']=='update') {
2509+
if ($action['name']=='update' || $action['name']=='increment') {
25102510
echo ',{';
25112511
echo '"name":"item",';
25122512
echo '"in":"body",';

0 commit comments

Comments
 (0)