@@ -31,29 +31,29 @@ For quick navigation you can use either the tabs below or the side menu:
31
31
</thead >
32
32
<tbody >
33
33
<tr >
34
- <td >GET</td >
35
- <td ><a href =" ../../../api/provider/rest_routes/get_routes/js_kanban_get_cards_route " > /cards</a ></td >
34
+ <td >` GET` </td >
35
+ <td ><a href =" ../../../api/provider/rest_routes/get_routes/js_kanban_get_cards_route/ " > /cards</a ></td >
36
36
<td >Gets data on all cards and returns a json object with an array of cards objects</td >
37
37
</tr >
38
38
<tr >
39
- <td >POST</td >
40
- <td ><a href =" ../../../api/provider/rest_routes/post_routes/js_kanban_post_cards_route " > /cards</a ></td >
39
+ <td >` POST` </td >
40
+ <td ><a href =" ../../../api/provider/rest_routes/post_routes/js_kanban_post_cards_route/ " > /cards</a ></td >
41
41
<td >Creates a new card and returns a json object with a new card ID</td >
42
42
</tr >
43
43
<tr >
44
- <td >PUT</td >
45
- <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_cards_route " > /cards</a ></td >
44
+ <td >` PUT` </td >
45
+ <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_cards_route/ " > /cards</a ></td >
46
46
<td >Updates data on a specified card and returns an empty json object</td >
47
47
</tr >
48
48
<tr >
49
- <td >PUT</td >
50
- <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_cards_move_route " > /cards/id/move</a ></td >
49
+ <td >` PUT` </td >
50
+ <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_cards_move_route/ " > /cards/id/move</a ></td >
51
51
<td >Moves cards to a specified position</td >
52
52
</tr >
53
53
54
54
<tr >
55
- <td >DELETE</td >
56
- <td ><a href =" ../../../api/provider/rest_routes/delete_routes/js_kanban_delete_cards_route " > /cards</a ></td >
55
+ <td >` DELETE` </td >
56
+ <td ><a href =" ../../../api/provider/rest_routes/delete_routes/js_kanban_delete_cards_route/ " > /cards</a ></td >
57
57
<td >Deletes data on a card</td >
58
58
</tr >
59
59
</tbody >
@@ -73,28 +73,28 @@ For quick navigation you can use either the tabs below or the side menu:
73
73
</thead >
74
74
<tbody >
75
75
<tr >
76
- <td >GET</td >
77
- <td ><a href =" ../../../api/provider/rest_routes/get_routes/js_kanban_get_rows_route " > /rows</a ></td >
76
+ <td >` GET` </td >
77
+ <td ><a href =" ../../../api/provider/rest_routes/get_routes/js_kanban_get_rows_route/ " > /rows</a ></td >
78
78
<td >Gets data on all rows and returns a json object with an array of objects with rows (swimlanes) data</td >
79
79
</tr >
80
80
<tr >
81
- <td >POST</td >
82
- <td ><a href =" ../../../api/provider/rest_routes/post_routes/js_kanban_post_rows_route " > /rows</a ></td >
81
+ <td >` POST` </td >
82
+ <td ><a href =" ../../../api/provider/rest_routes/post_routes/js_kanban_post_rows_route/ " > /rows</a ></td >
83
83
<td >Adds a new row and returns a json object with the row ID in it</td >
84
84
</tr >
85
85
<tr >
86
- <td >PUT</td >
87
- <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_rows_route " > /rows</a ></td >
86
+ <td >` PUT` </td >
87
+ <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_rows_route/ " > /rows</a ></td >
88
88
<td >Updates data on a specified row (swimlane) and returns an empty json object</td >
89
89
</tr >
90
90
<tr >
91
- <td >PUT</td >
92
- <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_rows_move_route " > /rows/id/move</a ></td >
91
+ <td >` PUT` </td >
92
+ <td ><a href =" ../../../api/provider/rest_routes/put_routes/js_kanban_put_rows_move_route/ " > /rows/id/move</a ></td >
93
93
<td >Moves a row to a specified position</td >
94
94
</tr >
95
95
<tr >
96
- <td >DELETE</td >
97
- <td ><a href =" ../../../api/provider/rest_routes/delete_routes/js_kanban_delete_rows_route " > /rows</a ></td >
96
+ <td >` DELETE` </td >
97
+ <td ><a href =" ../../../api/provider/rest_routes/delete_routes/js_kanban_delete_rows_route/ " > /rows</a ></td >
98
98
<td >Deletes data on a row</td >
99
99
</tr >
100
100
</tbody >
@@ -113,28 +113,28 @@ For quick navigation you can use either the tabs below or the side menu:
113
113
</thead>
114
114
<tbody>
115
115
<tr>
116
- <td>GET</td>
117
- <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_columns_route"> /columns</a></td>
116
+ <td>` GET` </td>
117
+ <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_columns_route/ "> /columns</a></td>
118
118
<td>Gets data on all columns and returns a json object with an array of objects with columns data</td>
119
119
</tr>
120
120
<tr>
121
- <td>POST</td>
122
- <td ><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_columns_route"> /columns</a></td>
121
+ <td>` POST` </td>
122
+ <td ><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_columns_route/ "> /columns</a></td>
123
123
<td>Adds a new column and returns a json object with the row ID in it</td>
124
124
</tr>
125
125
<tr>
126
- <td>PUT</td>
127
- <td><a href="../../../api/provider/rest_routes/put_routes/js_kanban_put_columns_route"> /columns</a></td>
126
+ <td>` PUT` </td>
127
+ <td><a href="../../../api/provider/rest_routes/put_routes/js_kanban_put_columns_route/ "> /columns</a></td>
128
128
<td>Updates data on a specified column and returns an empty json object</td>
129
129
</tr>
130
130
<tr>
131
- <td>PUT</td>
132
- <td><a href="../../../api/provider/rest_routes/put_routes/js_kanban_put_columns_move_route"> /columns/id/move</a></td>
131
+ <td>` PUT` </td>
132
+ <td><a href="../../../api/provider/rest_routes/put_routes/js_kanban_put_columns_move_route/ "> /columns/id/move</a></td>
133
133
<td>Moves a column to a specified position</td>
134
134
</tr>
135
135
<tr>
136
- <td>DELETE</td>
137
- <td><a href="../../../api/provider/rest_routes/delete_routes/js_kanban_delete_columns_route"> /columns</a></td>
136
+ <td>` DELETE` </td>
137
+ <td><a href="../../../api/provider/rest_routes/delete_routes/js_kanban_delete_columns_route/ "> /columns</a></td>
138
138
<td>Deletes data on a column</td>
139
139
</tr>
140
140
</tbody>
@@ -153,18 +153,18 @@ For quick navigation you can use either the tabs below or the side menu:
153
153
</thead>
154
154
<tbody>
155
155
<tr>
156
- <td>GET</td>
157
- <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_links_route"> /links</a></td>
156
+ <td>` GET` </td>
157
+ <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_links_route/ "> /links</a></td>
158
158
<td>Gets data on all links and returns a json object with an array of links objects</td>
159
159
</tr>
160
160
<tr>
161
- <td>POST</td>
162
- <td ><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_links_route"> /links</a></td>
161
+ <td>` POST` </td>
162
+ <td ><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_links_route/ "> /links</a></td>
163
163
<td>Creates a new link and returns a json object with a new link ID</td>
164
164
</tr>
165
165
<tr>
166
- <td>DELETE</td>
167
- <td><a href="../../../api/provider/rest_routes/delete_routes/js_kanban_delete_links_route"> /links</a></td>
166
+ <td>` DELETE` </td>
167
+ <td><a href="../../../api/provider/rest_routes/delete_routes/js_kanban_delete_links_route/ "> /links</a></td>
168
168
<td>Deletes data on a link</td>
169
169
</tr>
170
170
</tbody>
@@ -183,13 +183,13 @@ For quick navigation you can use either the tabs below or the side menu:
183
183
</thead>
184
184
<tbody>
185
185
<tr>
186
- <td>GET</td>
187
- <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_uploads_route"> /uploads</a></td>
186
+ <td>` GET` </td>
187
+ <td><a href="../../../api/provider/rest_routes/get_routes/js_kanban_get_uploads_route/ "> /uploads</a></td>
188
188
<td>Gets the requested binary file from the server</td>
189
189
</tr>
190
190
<tr>
191
- <td>POST</td>
192
- <td><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_uploads_route"> /uploads</a></td>
191
+ <td>` POST` </td>
192
+ <td><a href="../../../api/provider/rest_routes/post_routes/js_kanban_post_uploads_route/ "> /uploads</a></td>
193
193
<td>Uploads a binary file to the server and returns a json object with its id, name, and url</td>
194
194
</tr>
195
195
</tbody>
0 commit comments