mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
@@ -140,7 +140,6 @@ class ServiceAPIClient(NotifyAdminAPIClient):
|
|||||||
})
|
})
|
||||||
data = _attach_current_user(data)
|
data = _attach_current_user(data)
|
||||||
endpoint = "/service/{0}/template".format(service_id)
|
endpoint = "/service/{0}/template".format(service_id)
|
||||||
print('got here in create_service_template')
|
|
||||||
return self.post(endpoint, data)
|
return self.post(endpoint, data)
|
||||||
|
|
||||||
def update_service_template(self, id_, name, type_, content, service_id, subject=None, process_type=None):
|
def update_service_template(self, id_, name, type_, content, service_id, subject=None, process_type=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user