Skip to content

Commit

Permalink
fix: field edge_firewall_id missing (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm authored Apr 11, 2024
1 parent 093796e commit aee0ae8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ components:
type: integer
format: int64
nullable: true
edge_firewall_id:
type: integer
format: int64
nullable: true
mtls_verification:
type: string
enum:
Expand Down Expand Up @@ -422,4 +426,4 @@ components:
in: header
description: |
You must inform a token to auth.
Usage format: `Token <TOKEN>`
Usage format: `Token <TOKEN>`

0 comments on commit aee0ae8

Please sign in to comment.