mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge branch 'master' into template_history_view
Conflicts: requirements.txt
This commit is contained in:
@@ -141,7 +141,7 @@ class ServiceAPIClient(NotificationsAPIClient):
|
||||
"""
|
||||
Retrieve a list of versions for a template
|
||||
"""
|
||||
endpoint = '/service/{service_id}/template/{template_id}/version'.format(
|
||||
endpoint = '/service/{service_id}/template/{template_id}/versions'.format(
|
||||
service_id=service_id,
|
||||
template_id=template_id
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user