From a660b690b3970972c10f3717f3795bfdaa7c1eeb Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:32:39 -0800 Subject: [PATCH] Add billing emails to hub patch --- platform/paths/hubs/hub.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/paths/hubs/hub.yml b/platform/paths/hubs/hub.yml index e6ec8312..582e1d6b 100644 --- a/platform/paths/hubs/hub.yml +++ b/platform/paths/hubs/hub.yml @@ -58,6 +58,11 @@ patch: $ref: ../../../components/schemas/hubs/HubSecurity.yml identifier: type: string + billing_emails: + type: array + description: Email addresses that will receive any invoices or billing related correspondence. + items: + type: string billing_contact: oneOf: - type: object