openstackid-resources/database/seeds
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
..
.gitkeep Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
ApiEndpointsSeeder.php Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
ApiScopesSeeder.php added new endpoint add location banner 2018-03-07 19:07:51 -03:00
ApiSeeder.php Added new get groups endpoint 2017-11-30 16:49:44 -03:00
DatabaseSeeder.php Added doctrine L2 cache 2016-11-04 17:07:57 -03:00
TestSeeder.php Added doctrine L2 cache 2016-11-04 17:07:57 -03:00