Split up the branding_request endpoint

The endpoint used to handle both email and letter branding, but this
replaces `.branding_request` with `.email_branding_request` and
`.letter_branding_request` instead. This is in preparation for changing
how email branding works.

The `from_template` arg was only possible for letter branding, so I've
removed that from the `.email_branding_request` endpoint.
This commit is contained in:
Katie Smith
2022-01-19 15:39:05 +00:00
parent caccbb98d8
commit 4226193346
7 changed files with 80 additions and 45 deletions

View File

@@ -219,8 +219,9 @@ class MainNavigation(Navigation):
'settings': {
'add_organisation_from_gp_service',
'add_organisation_from_nhs_local_service',
'branding_request',
'email_branding_request',
'estimate_usage',
'letter_branding_request',
'link_service_to_organisation',
'request_to_go_live',
'service_add_email_reply_to',