Skip to content

Commit 205e159

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ced9029 of spec repo
1 parent b7b005a commit 205e159

32 files changed

Lines changed: 3604 additions & 0 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 438 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ func NewConfiguration() *Configuration {
978978
"v2.CreateIncidentIntegration": false,
979979
"v2.CreateIncidentNotificationRule": false,
980980
"v2.CreateIncidentNotificationTemplate": false,
981+
"v2.CreateIncidentPostmortem": false,
981982
"v2.CreateIncidentPostmortemAttachment": false,
982983
"v2.CreateIncidentPostmortemTemplate": false,
983984
"v2.CreateIncidentTodo": false,
@@ -989,6 +990,7 @@ func NewConfiguration() *Configuration {
989990
"v2.DeleteIncidentIntegration": false,
990991
"v2.DeleteIncidentNotificationRule": false,
991992
"v2.DeleteIncidentNotificationTemplate": false,
993+
"v2.DeleteIncidentPostmortem": false,
992994
"v2.DeleteIncidentPostmortemTemplate": false,
993995
"v2.DeleteIncidentTodo": false,
994996
"v2.DeleteIncidentType": false,
@@ -998,6 +1000,7 @@ func NewConfiguration() *Configuration {
9981000
"v2.GetIncidentIntegration": false,
9991001
"v2.GetIncidentNotificationRule": false,
10001002
"v2.GetIncidentNotificationTemplate": false,
1003+
"v2.GetIncidentPostmortem": false,
10011004
"v2.GetIncidentPostmortemTemplate": false,
10021005
"v2.GetIncidentTodo": false,
10031006
"v2.GetIncidentType": false,
@@ -1021,6 +1024,7 @@ func NewConfiguration() *Configuration {
10211024
"v2.UpdateIncidentIntegration": false,
10221025
"v2.UpdateIncidentNotificationRule": false,
10231026
"v2.UpdateIncidentNotificationTemplate": false,
1027+
"v2.UpdateIncidentPostmortem": false,
10241028
"v2.UpdateIncidentPostmortemTemplate": false,
10251029
"v2.UpdateIncidentTodo": false,
10261030
"v2.UpdateIncidentType": false,

0 commit comments

Comments
 (0)