mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fix for updating service name.
This commit is contained in:
@@ -68,7 +68,7 @@ class NotificationsAdminAPIClient(NotificationsAPIClient):
|
||||
"users": users
|
||||
}
|
||||
endpoint = "/service/{0}".format(service_id)
|
||||
return self.put(endpoint, update_dict)
|
||||
return self.put(endpoint, data)
|
||||
|
||||
def create_service_template(self, name, type_, content, service_id):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user