Skip to content

Commit d0b9d06

Browse files
authored
Merge pull request #30 from OneSignal/schema_fixes
CreateNotificationSuccessResponse update
2 parents 0cc72da + 46d88a4 commit d0b9d06

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

api.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@
308308
"type": "string"
309309
}
310310
}
311-
}
311+
},
312+
"nullable": true
312313
},
313314
"target_channel": {
314315
"type": "string",
@@ -1914,11 +1915,7 @@
19141915
"errors": {
19151916
"$ref": "#/components/schemas/Notification200Errors"
19161917
}
1917-
},
1918-
"required": [
1919-
"id",
1920-
"recipients"
1921-
]
1918+
}
19221919
},
19231920
"CancelNotificationSuccessResponse": {
19241921
"type": "object",

0 commit comments

Comments
 (0)