Make get_notifications return single notification by reference

This commit is contained in:
Imdad Ahad
2016-12-07 14:09:56 +00:00
parent d4d733f997
commit 620a90fd7c
3 changed files with 47 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ get_notifications_request = {
"description": "schema for query parameters allowed when getting list of notifications",
"type": "object",
"properties": {
"client_reference": {"type": "string"},
"status": {
"type": "array",
"items": {