Skip to content

Commit a13fc86

Browse files
committed
Add database_id and firewall_id to SupportTicketRequest
1 parent 4928c3f commit a13fc86

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
@@ -26169,11 +26169,19 @@ components:
2616926169
I tried following the instructions but something is not
2617026170
working and I'm not sure what I'm doing wrong. Can you please
2617126171
help me figure out how I can reset it?
26172+
database_id:
26173+
type: integer
26174+
description: >
26175+
The ID of the Managed Database this ticket is regarding, if relevant.
2617226176
domain_id:
2617326177
type: integer
2617426178
description: >
2617526179
The ID of the Domain this ticket is regarding, if relevant.
2617626180
example: null
26181+
firewall_id:
26182+
type: integer
26183+
description: >
26184+
The ID of the Firewall this ticket is regarding, if relevant.
2617726185
linode_id:
2617826186
type: integer
2617926187
description: >

0 commit comments

Comments
 (0)