Skip to content

Commit 8f295b8

Browse files
feat(instance): add start_date to server maintenance (#1977)
Co-authored-by: Mia-Cross <[email protected]>
1 parent 969935e commit 8f295b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,8 @@ type ServerLocation struct {
12211221
// ServerMaintenance: server maintenance.
12221222
type ServerMaintenance struct {
12231223
Reason string `json:"reason"`
1224+
1225+
StartDate *time.Time `json:"start_date"`
12241226
}
12251227

12261228
// VolumeServer: volume server.

0 commit comments

Comments
 (0)