@@ -5620,11 +5620,13 @@ components:
5620
5620
type: string
5621
5621
restricted_roles:
5622
5622
description: A list of unique role identifiers to define which roles are
5623
- allowed to edit the monitor. Editing a monitor includes any updates to
5624
- the monitor configuration, monitor deletion, and muting of the monitor
5625
- for any amount of time. Roles unique identifiers can be pulled from the
5626
- [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles) in
5627
- the `data.id` field.
5623
+ allowed to edit the monitor. The unique identifiers for all roles can
5624
+ be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
5625
+ and are located in the `data.id` field. Editing a monitor includes any
5626
+ updates to the monitor configuration, monitor deletion, and muting of
5627
+ the monitor for any amount of time. `restricted_roles` is the successor
5628
+ of `locked`. For more information about `locked` and `restricted_roles`,
5629
+ see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
5628
5630
items:
5629
5631
description: A role UUID.
5630
5632
type: string
@@ -6563,11 +6565,13 @@ components:
6563
6565
type: string
6564
6566
restricted_roles:
6565
6567
description: A list of unique role identifiers to define which roles are
6566
- allowed to edit the monitor. Editing a monitor includes any updates to
6567
- the monitor configuration, monitor deletion, and muting of the monitor
6568
- for any amount of time. Roles unique identifiers can be pulled from the
6569
- [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles) in
6570
- the `data.id` field.
6568
+ allowed to edit the monitor. The unique identifiers for all roles can
6569
+ be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
6570
+ and are located in the `data.id` field. Editing a monitor includes any
6571
+ updates to the monitor configuration, monitor deletion, and muting of
6572
+ the monitor for any amount of time. `restricted_roles` is the successor
6573
+ of `locked`. For more information about `locked` and `restricted_roles`,
6574
+ see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
6571
6575
items:
6572
6576
description: A role UUID.
6573
6577
type: string
0 commit comments