Skip to content

Commit 9d125a6

Browse files
authored
Merge pull request #698 from bbiggerr/support-ticket-firewall-db
Add database_id and firewall_id to SupportTicketRequest
2 parents bdce0dc + a13fc86 commit 9d125a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26155,11 +26155,19 @@ components:
2615526155
I tried following the instructions but something is not
2615626156
working and I'm not sure what I'm doing wrong. Can you please
2615726157
help me figure out how I can reset it?
26158+
database_id:
26159+
type: integer
26160+
description: >
26161+
The ID of the Managed Database this ticket is regarding, if relevant.
2615826162
domain_id:
2615926163
type: integer
2616026164
description: >
2616126165
The ID of the Domain this ticket is regarding, if relevant.
2616226166
example: null
26167+
firewall_id:
26168+
type: integer
26169+
description: >
26170+
The ID of the Firewall this ticket is regarding, if relevant.
2616326171
linode_id:
2616426172
type: integer
2616526173
description: >

0 commit comments

Comments
 (0)