openstackid-resources/app/Models
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
..
Exceptions Notifications API 2016-09-12 12:12:52 -03:00
Foundation Added endpoint to add RSVP template question 2018-03-19 15:20:30 -03:00
OAuth2 Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
ResourceServer External Calendar Sync 2017-08-22 14:37:55 -03:00
Utils Added new endpoint to seed default event types per summit 2018-02-22 07:03:45 -03:00