Skip to content

Commit

Permalink
Merge pull request #40 from Juniper/omitempty_import_keys
Browse files Browse the repository at this point in the history
if the keys are empty, treat as nil
  • Loading branch information
rajagopalans committed Jun 6, 2023
2 parents 07b5ef3 + 99cf132 commit f7aaba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/two_stage_l3_clos_property_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type TwoStageL3ClosPropertySet struct {

type importPropertySetRequest struct {
Id ObjectId `json:"id"`
Keys []string `json:"keys"`
Keys []string `json:"keys,omitempty"`
}

type importPropertySetResponse struct {
Expand Down

0 comments on commit f7aaba5

Please sign in to comment.