Merge pull request #3772 from alphagov/add-service-notes

Add service notes
This commit is contained in:
Pea Tyczynska
2021-01-20 17:19:22 +00:00
committed by GitHub
11 changed files with 137 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ def service_json(
contact_link=None,
organisation_id=None,
rate_limit=3000,
notes=None,
):
if users is None:
users = []
@@ -188,6 +189,7 @@ def service_json(
'consent_to_research': True,
'count_as_live': True,
'organisation': organisation_id,
'notes': notes
}