From a13fc8693afdd604202e13803bd2d765ac155a03 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 17 Oct 2022 09:34:12 -0400 Subject: [PATCH] Add database_id and firewall_id to SupportTicketRequest --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 8b857539d..dba422002 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -26169,11 +26169,19 @@ components: I tried following the instructions but something is not working and I'm not sure what I'm doing wrong. Can you please help me figure out how I can reset it? + database_id: + type: integer + description: > + The ID of the Managed Database this ticket is regarding, if relevant. domain_id: type: integer description: > The ID of the Domain this ticket is regarding, if relevant. example: null + firewall_id: + type: integer + description: > + The ID of the Firewall this ticket is regarding, if relevant. linode_id: type: integer description: >