Skip to content

Commit

Permalink
change RtPolicy RT elements from ObjectId to string
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 19, 2023
1 parent 999d6e1 commit 22a0de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apstra/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ func (o VNI) validate() error {
}

type RtPolicy struct {
ImportRTs []ObjectId `json:"import_RTs"`
ExportRTs []ObjectId `json:"export_RTs"`
ImportRTs []string `json:"import_RTs"`
ExportRTs []string `json:"export_RTs"`
}

0 comments on commit 22a0de4

Please sign in to comment.