Skip to content

Commit b701d7e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 058bd9cb of spec repo (#979)
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 343f8a5 commit b701d7e

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
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-05-06 08:36:01.950575",
8-
"spec_repo_commit": "2c917de9"
7+
"regenerated": "2022-05-09 10:29:11.898660",
8+
"spec_repo_commit": "058bd9cb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-06 08:36:01.969046",
13-
"spec_repo_commit": "2c917de9"
12+
"regenerated": "2022-05-09 10:29:11.910542",
13+
"spec_repo_commit": "058bd9cb"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,7 @@ components:
82068206
example: FREQ=DAILY;INTERVAL=10;COUNT=5
82078207
type: string
82088208
slo_id:
8209-
description: ID of the SLO that this correction will be applied to.
8209+
description: ID of the SLO that this correction applies to.
82108210
example: sloId
82118211
type: string
82128212
start:
@@ -8247,7 +8247,7 @@ components:
82478247
category:
82488248
$ref: '#/components/schemas/SLOCorrectionCategory'
82498249
created_at:
8250-
description: The epoch timestamp of when the correction was created at
8250+
description: The epoch timestamp of when the correction was created at.
82518251
format: int64
82528252
type: integer
82538253
creator:
@@ -8267,7 +8267,7 @@ components:
82678267
format: int64
82688268
type: integer
82698269
modified_at:
8270-
description: The epoch timestamp of when the correction was modified at
8270+
description: The epoch timestamp of when the correction was modified at.
82718271
format: int64
82728272
type: integer
82738273
modifier:
@@ -8276,12 +8276,12 @@ components:
82768276
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
82778277
The supported rules for SLO corrections
82788278

8279-
are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.'
8279+
are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
82808280
example: FREQ=DAILY;INTERVAL=10;COUNT=5
82818281
nullable: true
82828282
type: string
82838283
slo_id:
8284-
description: ID of the SLO that this correction will be applied to.
8284+
description: ID of the SLO that this correction applies to.
82858285
type: string
82868286
start:
82878287
description: Starting time of the correction in epoch seconds.
@@ -8352,7 +8352,7 @@ components:
83528352
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
83538353
The supported rules for SLO corrections
83548354

8355-
are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.'
8355+
are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
83568356
example: FREQ=DAILY;INTERVAL=10;COUNT=5
83578357
type: string
83588358
start:
@@ -23581,7 +23581,7 @@ paths:
2358123581

2358223582
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
2358323583
patch:
23584-
description: Update the specified SLO correction object object.
23584+
description: Update the specified SLO correction object.
2358523585
operationId: UpdateSLOCorrection
2358623586
parameters:
2358723587
- description: The ID of the SLO correction object.

src/datadog_api_client/v1/api/service_level_objective_corrections_api.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/slo_correction_create_request_attributes.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/slo_correction_response_attributes.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/slo_correction_update_request_attributes.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)