private function sendAllowHeaderForChildren()
 {
     Header::allowOptionsGetPatch();
 }
예제 #2
0
 /**
  * @url OPTIONS {id}/items
  *
  * <pre>
  * /!\ Kanban REST routes are under construction and subject to changes /!\
  * </pre>
  *
  * @param string $id Id of the Kanban
  */
 public function optionsItems($id)
 {
     Header::allowOptionsGetPatch();
 }
예제 #3
0
 private function sendAllowHeaders()
 {
     Header::allowOptionsGetPatch();
 }