We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76a420f + 9239cee commit 5bea34cCopy full SHA for 5bea34c
go/models/site.go
@@ -100,6 +100,10 @@ type Site struct {
100
*/
101
Ssl bool `json:"ssl,omitempty"`
102
103
+ /* ssl url
104
+ */
105
+ SslURL string `json:"ssl_url,omitempty"`
106
+
107
/* state
108
109
State string `json:"state,omitempty"`
swagger.yml
@@ -999,6 +999,8 @@ definitions:
999
type: string
1000
url:
1001
1002
+ ssl_url:
1003
+ type: string
1004
admin_url:
1005
1006
screenshot_url:
0 commit comments