mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -04:00
Change put to post for service update.
This commit is contained in:
@@ -68,7 +68,7 @@ class NotificationsAdminAPIClient(NotificationsAPIClient):
|
||||
"users": users
|
||||
}
|
||||
endpoint = "/service/{0}".format(service_id)
|
||||
return self.put(endpoint, data)
|
||||
return self.post(endpoint, data)
|
||||
|
||||
def create_service_template(self, name, type_, content, service_id, subject=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user