mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
View to show all inbound sms numbers for the platform admin user.
This commit is contained in:
@@ -12,7 +12,7 @@ class InboundNumberClient(NotifyAdminAPIClient):
|
||||
self.api_key = app.config['ADMIN_CLIENT_SECRET']
|
||||
|
||||
def get_all_inbound_sms_number_service(self):
|
||||
return self.get('/inbound_number')
|
||||
return self.get('/inbound-number')
|
||||
|
||||
def get_inbound_sms_number_for_service(self, service_id):
|
||||
return self.get('/inbound-number/service/{}'.format(service_id))
|
||||
|
||||
Reference in New Issue
Block a user