Skip to content

Commit 4a6bbfc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bd8808d of spec repo
1 parent 52579f2 commit 4a6bbfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29012,7 +29012,7 @@ components:
2901229012
8 indicates Jira.'
2901329013
example: 1
2901429014
format: int32
29015-
maximum: 9
29015+
maximum: 100
2901629016
type: integer
2901729017
metadata:
2901829018
$ref: '#/components/schemas/IncidentIntegrationMetadataMetadata'

src/datadog_api_client/v2/model/incident_integration_metadata_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class IncidentIntegrationMetadataAttributes(ModelNormal):
2525
validations = {
2626
"integration_type": {
27-
"inclusive_maximum": 9,
27+
"inclusive_maximum": 100,
2828
},
2929
"status": {
3030
"inclusive_maximum": 5,

0 commit comments

Comments
 (0)