Skip to content

Commit

Permalink
Merge pull request #764 from esune/chore/update-api-terms
Browse files Browse the repository at this point in the history
Remove terms of service swagger link, license is covered by licensing terms.
  • Loading branch information
WadeBarnes authored Nov 21, 2023
2 parents d9a4c5a + 89686b1 commit d322d07
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion server/vcr-server/api/v2/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
title=API_METADATA["title"],
description=API_METADATA["description"],
default_version="v2",
terms_of_service=API_METADATA["terms"]["url"],
contact=openapi.Contact(**API_METADATA["contact"]),
license=openapi.License(**API_METADATA["license"]),
),
Expand Down
1 change: 0 additions & 1 deletion server/vcr-server/api/v3/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
title=API_METADATA["title"],
default_version="v3",
description=API_METADATA["description"],
terms_of_service=API_METADATA["terms"]["url"],
contact=openapi.Contact(**API_METADATA["contact"]),
license=openapi.License(**API_METADATA["license"]),
),
Expand Down
1 change: 0 additions & 1 deletion server/vcr-server/api/v4/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
title=API_METADATA["title"],
default_version="v4",
description=API_METADATA["description"],
terms_of_service=API_METADATA["terms"]["url"],
contact=openapi.Contact(**API_METADATA["contact"]),
license=openapi.License(**API_METADATA["license"]),
),
Expand Down
1 change: 0 additions & 1 deletion server/vcr-server/subscriptions/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
title=API_METADATA["title"],
description=API_METADATA["description"],
default_version="v2",
terms_of_service=API_METADATA["terms"]["url"],
contact=openapi.Contact(**API_METADATA["contact"]),
license=openapi.License(**API_METADATA["license"]),
),
Expand Down
1 change: 0 additions & 1 deletion server/vcr-server/vcr_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def parse_bool(val):
"businesses in the Province of British Columbia. Over time, other government "
"organizations and businesses will also begin to issue digital records through "
"OrgBook BC. For example, permits and licenses issued by various government services.",
"terms": {"url": "https://www2.gov.bc.ca/gov/content/data/open-data"},
"contact": {"email": "DItrust@gov.bc.ca"},
"license": {
"name": "Access Only License - British Columbia",
Expand Down

0 comments on commit d322d07

Please sign in to comment.