Skip to content

Commit 5b4b5bc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2f4fb37 of spec repo
1 parent 2703897 commit 5b4b5bc

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
@@ -29008,7 +29008,7 @@ components:
2900829008
8 indicates Jira.'
2900929009
example: 1
2901029010
format: int32
29011-
maximum: 9
29011+
maximum: 15
2901229012
type: integer
2901329013
metadata:
2901429014
$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": 15,
2828
},
2929
"status": {
3030
"inclusive_maximum": 5,

0 commit comments

Comments
 (0)