|
@@ -46,6 +46,7 @@ type APIEnrollmentKey struct {
|
|
Networks []string `json:"networks"`
|
|
Networks []string `json:"networks"`
|
|
Unlimited bool `json:"unlimited"`
|
|
Unlimited bool `json:"unlimited"`
|
|
Tags []string `json:"tags"`
|
|
Tags []string `json:"tags"`
|
|
|
|
+ Type KeyType `json:"type"`
|
|
}
|
|
}
|
|
|
|
|
|
// RegisterResponse - the response to a successful enrollment register
|
|
// RegisterResponse - the response to a successful enrollment register
|