Skip to content

Commit

Permalink
Regenerate client from commit fabbc01 of spec repo (#571)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 12, 2021
1 parent e206fb6 commit b313551
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-11 13:59:01.047356",
"spec_repo_commit": "084ca04"
"regenerated": "2021-11-12 11:37:07.613790",
"spec_repo_commit": "fabbc01"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-11 13:59:01.075858",
"spec_repo_commit": "084ca04"
"regenerated": "2021-11-12 11:37:07.645024",
"spec_repo_commit": "fabbc01"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7641,6 +7641,7 @@ components:
SLO correction.
example: 3600
format: int64
nullable: true
type: integer
end:
description: Ending time of the correction in epoch seconds.
Expand All @@ -7649,6 +7650,7 @@ components:
rrule:
description: Recurrence rules as defined in the iCalendar RFC 5545.
example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
nullable: true
type: string
slo_id:
description: ID of the SLO that this correction will be applied to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'duration',
:'rrule',
])
end

Expand Down

0 comments on commit b313551

Please sign in to comment.