mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:58:25 -04:00
Fix for updating service name.
This commit is contained in:
@@ -68,7 +68,7 @@ class NotificationsAdminAPIClient(NotificationsAPIClient):
|
|||||||
"users": users
|
"users": users
|
||||||
}
|
}
|
||||||
endpoint = "/service/{0}".format(service_id)
|
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):
|
def create_service_template(self, name, type_, content, service_id):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user