Skip to content

Commit abbb6db

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit df23c6cd of spec repo
1 parent 611db22 commit abbb6db

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-01-22 15:54:16.616972",
8-
"spec_repo_commit": "7a8ea4b1"
7+
"regenerated": "2025-01-23 17:28:51.641631",
8+
"spec_repo_commit": "df23c6cd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-22 15:54:16.633227",
13-
"spec_repo_commit": "7a8ea4b1"
12+
"regenerated": "2025-01-23 17:28:51.657350",
13+
"spec_repo_commit": "df23c6cd"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7889,9 +7889,10 @@ components:
78897889
be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
78907890
and are located in the `data.id` field. Editing a monitor includes any
78917891
updates to the monitor configuration, monitor deletion, and muting of
7892-
the monitor for any amount of time. `restricted_roles` is the successor
7893-
of `locked`. For more information about `locked` and `restricted_roles`,
7894-
see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
7892+
the monitor for any amount of time. You can use the [Restriction Policies
7893+
API](https://docs.datadoghq.com/api/latest/restriction-policies/) to manage
7894+
write authorization for individual monitors by teams and users, in addition
7895+
to roles.
78957896
items:
78967897
description: A role UUID.
78977898
type: string

lib/datadog_api_client/v1/models/monitor_update_request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class MonitorUpdateRequest
5757
# The monitor query.
5858
attr_accessor :query
5959

60-
# A list of unique role identifiers to define which roles are allowed to edit the monitor. The unique identifiers for all roles can be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles) and are located in the `data.id` field. Editing a monitor includes any updates to the monitor configuration, monitor deletion, and muting of the monitor for any amount of time. `restricted_roles` is the successor of `locked`. For more information about `locked` and `restricted_roles`, see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
60+
# A list of unique role identifiers to define which roles are allowed to edit the monitor. The unique identifiers for all roles can be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles) and are located in the `data.id` field. Editing a monitor includes any updates to the monitor configuration, monitor deletion, and muting of the monitor for any amount of time. You can use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/) to manage write authorization for individual monitors by teams and users, in addition to roles.
6161
attr_accessor :restricted_roles
6262

6363
# Wrapper object with the different monitor states.

0 commit comments

Comments
 (0)