Skip to content

Commit 629ea8e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OpenAPI spec for incident user-defined fields config endpoints (#3858)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent c6665db commit 629ea8e

29 files changed

Lines changed: 5683 additions & 1 deletion

.generator/schemas/v2/openapi.yaml

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

api/datadog/configuration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ func NewConfiguration() *Configuration {
746746
"v2.CreateIncidentPostmortemTemplate": false,
747747
"v2.CreateIncidentTodo": false,
748748
"v2.CreateIncidentType": false,
749+
"v2.CreateIncidentUserDefinedField": false,
749750
"v2.DeleteGlobalIncidentHandle": false,
750751
"v2.DeleteIncident": false,
751752
"v2.DeleteIncidentAttachment": false,
@@ -755,6 +756,7 @@ func NewConfiguration() *Configuration {
755756
"v2.DeleteIncidentPostmortemTemplate": false,
756757
"v2.DeleteIncidentTodo": false,
757758
"v2.DeleteIncidentType": false,
759+
"v2.DeleteIncidentUserDefinedField": false,
758760
"v2.GetGlobalIncidentSettings": false,
759761
"v2.GetIncident": false,
760762
"v2.GetIncidentIntegration": false,
@@ -763,6 +765,7 @@ func NewConfiguration() *Configuration {
763765
"v2.GetIncidentPostmortemTemplate": false,
764766
"v2.GetIncidentTodo": false,
765767
"v2.GetIncidentType": false,
768+
"v2.GetIncidentUserDefinedField": false,
766769
"v2.ImportIncident": false,
767770
"v2.ListGlobalIncidentHandles": false,
768771
"v2.ListIncidentAttachments": false,
@@ -773,6 +776,7 @@ func NewConfiguration() *Configuration {
773776
"v2.ListIncidents": false,
774777
"v2.ListIncidentTodos": false,
775778
"v2.ListIncidentTypes": false,
779+
"v2.ListIncidentUserDefinedFields": false,
776780
"v2.SearchIncidents": false,
777781
"v2.UpdateGlobalIncidentHandle": false,
778782
"v2.UpdateGlobalIncidentSettings": false,
@@ -784,6 +788,7 @@ func NewConfiguration() *Configuration {
784788
"v2.UpdateIncidentPostmortemTemplate": false,
785789
"v2.UpdateIncidentTodo": false,
786790
"v2.UpdateIncidentType": false,
791+
"v2.UpdateIncidentUserDefinedField": false,
787792
"v2.CreateAWSAccountCCMConfig": false,
788793
"v2.DeleteAWSAccountCCMConfig": false,
789794
"v2.GetAWSAccountCCMConfig": false,

0 commit comments

Comments
 (0)