documentation
This commit is contained in:
parent
fa411d04ba
commit
331d01dab1
1 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,9 @@ Directory for scripts that will be executed when a given action is encoutered.
|
|||
You have to put your scripts into {action}.d subdirectories; the scripts must be executable.
|
||||
|
||||
Valid actions:
|
||||
- attends (attends.d): a person is attending at an event
|
||||
|
||||
- PUT /events/:event_id/persons/:person_id
|
||||
- update_person_in_event (update_person_in_event.d): called for each update
|
||||
- attends (attends.d): only called when a person is attending at an event
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue