예제 #1
0
 /**
  * @url OPTIONS {id}/preferences
  *
  * @param int $id Id of the user
  *
  * @access public
  */
 public function optionPreferences($id)
 {
     Header::allowOptionsPatch();
 }
예제 #2
0
 /**
  * @url OPTIONS
  *
  * <pre>
  * /!\ Kanban REST routes are under construction and subject to changes /!\
  * </pre>
  */
 public function options()
 {
     Header::allowOptionsPatch();
 }