Skip to content

Commit 4be51e1

Browse files
committed
Add PATCH support for incrementing
1 parent c5baee2 commit 4be51e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ protected function swagger($settings) {
19991999
array('name'=>'read','method'=>'get'),
20002000
array('name'=>'update','method'=>'put'),
20012001
array('name'=>'delete','method'=>'delete'),
2002+
array('name'=>'increment','method'=>'patch'),
20022003
),
20032004
);
20042005
$tables[] = $table;

0 commit comments

Comments
 (0)