openstackid-resources/app/Models
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
..
Exceptions Notifications API 2016-09-12 12:12:52 -03:00
Foundation Added endpoint to create new summit push notification 2018-04-16 19:02:37 -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 Updated Summit TimeZone 2018-04-11 19:20:40 -03:00