예제 #1
0
 /**
  * @url OPTIONS {id}/columns
  *
  * <pre>
  * /!\ Kanban REST routes are under construction and subject to changes /!\
  * </pre>
  *
  * @param string $id Id of the Kanban
  */
 public function optionsColumns($id)
 {
     Header::allowOptionsPostPut();
 }