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
..
2018-03-19 15:20:30 -03:00
2018-03-06 16:13:01 -03:00
2018-03-12 14:23:57 -03:00
2016-09-06 13:47:37 -03:00
2018-03-12 18:57:37 -03:00
2018-03-19 15:20:30 -03:00
2016-09-06 13:47:37 -03:00
2016-11-15 23:11:14 -03:00
2018-03-19 15:20:30 -03:00
2018-03-19 15:20:30 -03:00
2016-09-06 13:47:37 -03:00
2018-03-12 14:23:57 -03:00
2018-03-13 19:46:38 -03:00
2018-03-19 15:20:30 -03:00
2018-03-19 15:20:30 -03:00