We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4765327 commit 883212aCopy full SHA for 883212a
api/webhosting/v1/webhosting_sdk.go
@@ -463,6 +463,7 @@ const (
463
HostingStatusError = HostingStatus("error")
464
HostingStatusLocked = HostingStatus("locked")
465
HostingStatusMigrating = HostingStatus("migrating")
466
+ HostingStatusUpdating = HostingStatus("updating")
467
)
468
469
func (enum HostingStatus) String() string {
@@ -482,6 +483,7 @@ func (enum HostingStatus) Values() []HostingStatus {
482
483
"error",
484
"locked",
485
"migrating",
486
+ "updating",
487
}
488
489
0 commit comments