77f51c51a9
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
10 lines
303 B
YAML
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.
|