mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Accept content as keyword argument
This commit is contained in:
+1
-1
@@ -660,7 +660,7 @@ def broadcast_message_json(
|
|||||||
'template_id': template_id,
|
'template_id': template_id,
|
||||||
'template_version': 123,
|
'template_version': 123,
|
||||||
'template_name': 'Example template',
|
'template_name': 'Example template',
|
||||||
'content': 'This is a test',
|
'content': content or 'This is a test',
|
||||||
|
|
||||||
'personalisation': {},
|
'personalisation': {},
|
||||||
'areas': areas or [
|
'areas': areas or [
|
||||||
|
|||||||
Reference in New Issue
Block a user