fix: #539
This commit is contained in:
2
internal/pkg/vendors/cdnfly-sdk/models.go
vendored
2
internal/pkg/vendors/cdnfly-sdk/models.go
vendored
@@ -25,7 +25,7 @@ type GetSiteRequest struct {
|
|||||||
type GetSiteResponse struct {
|
type GetSiteResponse struct {
|
||||||
baseResponse
|
baseResponse
|
||||||
Data *struct {
|
Data *struct {
|
||||||
Id string `json:"id"`
|
Id int64 `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Domain string `json:"domain"`
|
Domain string `json:"domain"`
|
||||||
HttpsListen string `json:"https_listen"`
|
HttpsListen string `json:"https_listen"`
|
||||||
|
|||||||
Reference in New Issue
Block a user