You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/webhosting/v1/webhosting_sdk.go
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -976,7 +976,7 @@ type PlatformControlPanel struct {
976
976
// Name: name of the control panel.
977
977
Namestring`json:"name"`
978
978
979
-
// URLs: URL to connect to cPanel dashboard and to Webmail interface.
979
+
// URLs: URL to connect to control panel dashboard and to Webmail interface.
980
980
URLs*PlatformControlPanelURLs`json:"urls"`
981
981
}
982
982
@@ -1074,14 +1074,17 @@ type Nameserver struct {
1074
1074
1075
1075
// HostingUser: hosting user.
1076
1076
typeHostingUserstruct {
1077
-
// Username: main Web Hosting cPanel username.
1077
+
// Username: main Web Hosting control panel username.
1078
1078
Usernamestring`json:"username"`
1079
1079
1080
-
// OneTimePassword: one-time-password used for the first login or reset password, empty after first use.
1081
-
OneTimePassword*string`json:"one_time_password"`
1080
+
// Deprecated: OneTimePassword: one-time-password used for the first login to the control panel, cleared after first use (deprecated, use password_b64 instead).
0 commit comments