openstackid-resources/app/Models/Foundation/Summit
Sebastian Marcet c3746d60fb Added endpoint to create new summit push notification
POST /api/v1/summits/{id}/notifications

Payload

* channel       ( required_if:platform,MOBILE|in:EVERYONE,SPEAKERS,ATTENDEES,MEMBERS,SUMMIT,EVENT,GROUP )
* message       ( required|string )
* platform      ( required|in:MOBILE,WEB )
* event_id      ( required_if:channel,EVENT|integer )
* group_id      ( required_if:channel,GROUP|integer )
* recipient_ids ( required_if:channel,MEMBERS|int_array )

Required Scopes

* '%s/summits/write' (OR)
* '%s/summits/write-notifications'

Change-Id: I565407e35d1b73828c52309cadd65b93a7452a7f
2018-04-16 19:02:37 -03:00
..
Attendees Endpoint delete atendee ticket 2018-01-18 23:37:34 -03:00
CalendarSync Added new endpoint delete venue room 2018-03-06 23:42:49 -03:00
Defaults Added new endpoint to seed default event types per summit 2018-02-22 07:03:45 -03:00
EntityEvents Added endpoint to add presentation category group 2018-03-27 19:08:16 -03:00
Events added code to reset rsvp templates 2018-04-10 12:08:14 -03:00
Factories Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
Locations Added endpoint to delete track group 2018-03-28 16:01:33 -03:00
PromoCodes added endpoint to create summit 2018-04-04 12:34:23 -03:00
Repositories Refactored endpoint to get summit push notifications 2018-04-16 13:01:51 -03:00
Speakers Added endpoint get RSVP by summit 2018-03-13 18:47:44 -03:00
Summit.php Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
SummitOwned.php Added endpoints to get track groups by summit 2018-03-26 13:59:35 -03:00
SummitPushNotification.php Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
SummitScheduleEmptySpot.php Endpoint get summit schedule empty spots 2017-12-08 19:26:18 -03:00
SummitTicketType.php Added get ticket types endpoints 2018-03-21 18:45:57 -03:00
SummitType.php Removed some entities from L2 cache 2017-03-15 04:02:20 -03:00
SummitWIFIConnection.php added endpoint to delete summit by id 2018-04-04 18:33:14 -03:00
TrackTagGroup.php added endpoint to delete summit by id 2018-04-04 18:33:14 -03:00
TrackTagGroupAllowedTag.php added endpoint to delete summit by id 2018-04-04 18:33:14 -03:00