Skip to content

Commit 5bea34c

Browse files
authored
Merge pull request #38 from netlify/add_site_ssl_url
Add site ssl url to the site object.
2 parents 76a420f + 9239cee commit 5bea34c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

go/models/site.go

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ type Site struct {
100100
*/
101101
Ssl bool `json:"ssl,omitempty"`
102102

103+
/* ssl url
104+
*/
105+
SslURL string `json:"ssl_url,omitempty"`
106+
103107
/* state
104108
*/
105109
State string `json:"state,omitempty"`

swagger.yml

+2
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,8 @@ definitions:
999999
type: string
10001000
url:
10011001
type: string
1002+
ssl_url:
1003+
type: string
10021004
admin_url:
10031005
type: string
10041006
screenshot_url:

0 commit comments

Comments
 (0)