Fix item order in PagerDuty scheduler doc (#12675)

This commit is contained in:
Nándor István Krácser 2017-03-14 13:52:23 +01:00 committed by Paul Stack
parent e7a118cb70
commit f5a8638a32
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ Schedule layers (`layer`) supports the following:
Restriction blocks (`restriction`) supports the following:
* `type` - (Required) Can be `daily_restriction` or `weekly_restriction`
* `start_time_of_day` - (Required) The duration of the restriction in `seconds`.
* `duration_seconds` - (Required) The start time in `HH:mm:ss` format.
* `start_time_of_day` - (Required) The start time in `HH:mm:ss` format.
* `duration_seconds` - (Required) The duration of the restriction in `seconds`.
## Attributes Reference