Skip to content

Commit

Permalink
Merge pull request #99 from Leaseweb/fix/subnet
Browse files Browse the repository at this point in the history
fix: remove default value that breaks code
  • Loading branch information
alrayyes authored Dec 27, 2024
2 parents e651ced + 9888aaa commit 23e9497
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions ips/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand Down Expand Up @@ -45,5 +44,4 @@ model_update_null_route_opts.go
model_update_reverse_lookup_records_opts.go
model_update_reverse_lookup_records_result.go
response.go
test/api_ips_test.go
utils.go
1 change: 0 additions & 1 deletion ips/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,6 @@ components:
type: string
type: object
subnet:
default: {}
description: Object containing information about the network and gateway
example:
prefixLength: 5
Expand Down
2 changes: 1 addition & 1 deletion ips/docs/Ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**UnnullingAllowed** | **bool** | Boolean indicating if the null route can be removed | [default to false]
**EquipmentId** | **string** | ID of the equipment using the IP |
**AssignedContract** | [**NullableAssignedContract**](AssignedContract.md) | |
**Subnet** | [**Subnet**](Subnet.md) | | [default to {}]
**Subnet** | [**Subnet**](Subnet.md) | |

## Methods

Expand Down
2 changes: 0 additions & 2 deletions ips/model_ip.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23e9497

Please sign in to comment.