remove get customer by license id functionality in favor of a check in CWS.
Этот коммит содержится в:
@@ -68,3 +68,7 @@ type SelfHostedExpansionRequest struct {
|
|||||||
Seats int `json:"seats"`
|
Seats int `json:"seats"`
|
||||||
LicenseId string `json:"license_id"`
|
LicenseId string `json:"license_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type GetSelfHostedCustomerRequest struct {
|
||||||
|
LicenseID string `json:"license_id"`
|
||||||
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user