masakari/releasenotes/notes/notifications_apis-3c3d5055ae9c6649.yaml
bhagyashris 77f51c51a9 Fix release notes formatting
Formatted previously added release notes to avoid 'ScannerError'.
Also modified conf.py under releasenotes to generate releasenotes
as per standards and to remove occurrences of Glance snippet.

Closes-Bug: #1662445
Change-Id: Ie928d173c1ab4b512f303f6643da045d85a339c5
2017-02-15 12:18:25 +05:30

10 lines
303 B
YAML

---
features:
- |
Added following new REST API's related to notifications:
- GET /v1/notifications - Returns list of all notifications.
- GET /v1/notifications/<notification_uuid> - Returns specific notification
with uuid.
- POST /v1/notifications - Creates a new notification.