Skip to content

Commit ed8538a

Browse files
committed
Remove deprecated detailed flag
This is ignored as of https://github.com/alphagov/notifications-api/pull/4664/files
1 parent a5767ff commit ed8538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/notify_client/service_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def get_service_templates(self, service_id):
284284
"""
285285
Retrieve all templates for service.
286286
"""
287-
endpoint = f"/service/{service_id}/template?detailed=False"
287+
endpoint = f"/service/{service_id}/template"
288288
return self.get(endpoint)
289289

290290
# This doesn’t need caching because it calls through to a method which is cached

0 commit comments

Comments
 (0)