Skip to content

Commit fca78fa

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 363a0c66 of spec repo (#909)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4b2780d commit fca78fa

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
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.2",
7-
"regenerated": "2022-03-30 16:45:24.027193",
8-
"spec_repo_commit": "d3051b71"
7+
"regenerated": "2022-03-30 19:43:53.124064",
8+
"spec_repo_commit": "363a0c66"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-03-30 16:45:24.041108",
13-
"spec_repo_commit": "d3051b71"
12+
"regenerated": "2022-03-30 19:43:53.144448",
13+
"spec_repo_commit": "363a0c66"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5620,11 +5620,13 @@ components:
56205620
type: string
56215621
restricted_roles:
56225622
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).
56285630
items:
56295631
description: A role UUID.
56305632
type: string
@@ -6563,11 +6565,13 @@ components:
65636565
type: string
65646566
restricted_roles:
65656567
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).
65716575
items:
65726576
description: A role UUID.
65736577
type: string

src/datadog_api_client/v1/model/monitor.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monitor_update_request.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)