changes
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
<type>text</type>
|
||||
<notnull>true</notnull>
|
||||
<length>64</length>
|
||||
<default>plain</default>
|
||||
</field>
|
||||
<field>
|
||||
<name>last_modified</name>
|
||||
|
||||
@@ -34,9 +34,10 @@ return [
|
||||
['name' => 'stack#update', 'url' => '/stacks/', 'verb' => 'PUT'],
|
||||
['name' => 'stack#delete', 'url' => '/stacks/{stackId}/', 'verb' => 'DELETE'],
|
||||
// cards
|
||||
['name' => 'card#index', 'url' => '/cards/{stackId}/', 'verb' => 'GET'],
|
||||
['name' => 'card#read', 'url' => '/cards/{cardId}/', 'verb' => 'GET'],
|
||||
['name' => 'card#create', 'url' => '/cards/', 'verb' => 'POST'],
|
||||
['name' => 'card#update', 'url' => '/cards/', 'verb' => 'PUT'],
|
||||
['name' => 'card#reorder', 'url' => '/cards/reorder/', 'verb' => 'PUT'],
|
||||
['name' => 'card#delete', 'url' => '/cards/{cardId}/', 'verb' => 'DELETE'],
|
||||
|
||||
// TODO: Implement public board sharing
|
||||
|
||||
Reference in New Issue
Block a user