From 88c67850ed546a68249995e83233b674fbf5fce6 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 8 Aug 2022 12:38:34 -0400 Subject: [PATCH] Add billing_source to Account schema --- openapi.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index db1938601..59e3946ef 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -19238,6 +19238,19 @@ components: the estimate. example: 145 x-linode-cli-display: 4 + billing_source: + type: string + readOnly: true + enum: + - akamai + - linode + description: > + The source of service charges for this Account, as determined by its relationship with Akamai. + + Accounts that are associated with Akamai-specific customers return a value of `akamai`. + + All other Accounts return a value of `linode`. + example: akamai capabilities: type: array items: