mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 19:38:24 -04:00
Insert and update methods for service_sms_sender
This commit is contained in:
@@ -202,6 +202,7 @@ class ServiceSchema(BaseSchema):
|
||||
'template_statistics',
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
'service_sms_senders'
|
||||
)
|
||||
strict = True
|
||||
|
||||
@@ -252,7 +253,8 @@ class DetailedServiceSchema(BaseSchema):
|
||||
'template_statistics',
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
'organisation'
|
||||
'organisation',
|
||||
'service_sms_senders'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user