From da526a6e4fd5f7bd652afcca06fc9e436b083885 Mon Sep 17 00:00:00 2001 From: maxwelbm Date: Wed, 10 Apr 2024 19:33:40 -0300 Subject: [PATCH] fix: field edge_firewall_id missing --- domains.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains.yaml b/domains.yaml index f3d7dc8..e6a13a7 100644 --- a/domains.yaml +++ b/domains.yaml @@ -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: @@ -422,4 +426,4 @@ components: in: header description: | You must inform a token to auth. - Usage format: `Token ` \ No newline at end of file + Usage format: `Token `