Skip to content

Commit

Permalink
Meta: Remove workaround for required firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKoestler committed Dec 4, 2023
1 parent b217bd1 commit baad70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions openapi/hcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"contact": {
"url": "https://docs.hetzner.cloud/"
},
"version": "c861291-dirty"
"version": "4053943-dirty"
},
"servers": [
{
Expand Down Expand Up @@ -1862,10 +1862,10 @@
"type": "integer"
}
},
"type": "object",
"required": [
"firewall"
],
"type": "object",
"title": "CreateServerRequestFirewalls"
},
"type": "array"
Expand Down
7 changes: 0 additions & 7 deletions resources/document_transformations.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"path": ["components", "schemas", "create_server_request", "properties", "firewalls", "items"],
"set": {
"required": ["firewall"]
}
},

{
"path": ["components", "schemas", "metrics", "properties", "time_series"],
"set": {
Expand Down

0 comments on commit baad70f

Please sign in to comment.