documentation

This commit is contained in:
Davide Alberani 2015-04-18 15:01:40 +02:00
parent fa411d04ba
commit 331d01dab1

View file

@ -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