Update models.go
This commit is contained in:
@@ -26,8 +26,8 @@ func (r *baseResponse) GetMessage() string {
|
|||||||
|
|
||||||
type ProvisionSiteTLSCertificateParams struct {
|
type ProvisionSiteTLSCertificateParams struct {
|
||||||
Certificate string `json:"certificate"`
|
Certificate string `json:"certificate"`
|
||||||
CACertificates string `json:"key"`
|
CACertificates string `json:"ca_certificates"`
|
||||||
Key string `json:"ca_certificates"`
|
Key string `json:"key"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProvisionSiteTLSCertificateResponse struct {
|
type ProvisionSiteTLSCertificateResponse struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user