Sebastian Marcet
888bed528b
Added endpoint to add RSVP template question
POST /api/v1/summits/{id}/rsvp-templates/{template_id}/questions
payload
Base Payload
* class_name (string:in:RSVPMemberEmailQuestionTemplate,
RSVPMemberFirstNameQuestionTemplate,
RSVPMemberLastNameQuestionTemplate,
RSVPTextBoxQuestionTemplate,
RSVPTextAreaQuestionTemplate,
RSVPCheckBoxListQuestionTemplate,
RSVPRadioButtonListQuestionTemplate,
RSVPDropDownQuestionTemplate,
RSVPLiteralContentQuestionTemplate
)
* name (required|alpha_dash|max:255)
* label (required|string)
* is_mandatory (sometimes|boolean)
* is_read_only (sometimes|boolean)
RSVPTextBoxQuestionTemplate, RSVPTextAreaQuestionTemplate
* initial_value (string|sometimes)
RSVPCheckBoxListQuestionTemplate,RSVPRadioButtonListQuestionTemplate
* empty_string (required|string)
RSVPDropDownQuestionTemplate
* is_multiselect (sometimes|boolean)
* is_country_selector (sometimes|boolean)
* use_chosen_plugin (sometimes|boolean)
RSVPLiteralContentQuestionTemplate
* content (required|string)
Change-Id: I16ee3aaa7d556d3e0a8d41ceca2514568098b981
2018-03-19 15:20:30 -03:00
..
2017-11-23 16:01:54 -03:00
2017-02-09 15:24:25 -03:00
2018-03-13 18:47:44 -03:00
2017-11-15 06:35:38 -03:00
2017-11-15 06:35:38 -03:00
2018-03-19 15:20:30 -03:00
2018-01-22 15:34:54 -03:00
2018-01-19 15:10:39 -03:00
2018-01-10 09:39:11 -03:00
2016-09-06 13:47:37 -03:00
2017-01-17 13:01:20 -03:00
2018-01-10 09:39:11 -03:00
2017-02-03 11:57:46 -03:00
2018-01-19 16:18:01 -03:00
2017-02-09 15:24:25 -03:00
2018-03-19 15:20:30 -03:00
2018-01-30 14:10:48 -03:00
2016-09-06 13:47:37 -03:00