We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa8e54 commit 7b59583Copy full SHA for 7b59583
proto/spaceone/api/alert_manager/v1/service_channel.proto
@@ -82,13 +82,14 @@ message ChannelSchedule {
82
}
83
84
ChannelScheduleType SCHEDULE_TYPE = 1;
85
- ChannelScheduleInfo SUN = 8;
86
- ChannelScheduleInfo MON = 2;
87
- ChannelScheduleInfo TUE = 3;
88
- ChannelScheduleInfo WED = 4;
89
- ChannelScheduleInfo THU = 5;
90
- ChannelScheduleInfo FRI = 6;
91
- ChannelScheduleInfo SAT = 7;
+ string TIMEZONE = 2;
+ ChannelScheduleInfo MON = 3;
+ ChannelScheduleInfo TUE = 4;
+ ChannelScheduleInfo WED = 5;
+ ChannelScheduleInfo THU = 6;
+ ChannelScheduleInfo FRI = 7;
+ ChannelScheduleInfo SAT = 8;
92
+ ChannelScheduleInfo SUN = 9;
93
94
95
message ServiceChannelCreateRequest {
0 commit comments