Skip to content

Commit 97ba4f1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OpenAPI spec for Change Management endpoints (DataDog#3717)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 802d694 commit 97ba4f1

50 files changed

Lines changed: 8301 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

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

api/datadog/configuration.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,12 @@ func NewConfiguration() *Configuration {
679679
"v2.LinkJiraIssueToCase": false,
680680
"v2.MoveCaseToProject": false,
681681
"v2.UnlinkJiraIssue": false,
682+
"v2.CreateChangeRequest": false,
683+
"v2.CreateChangeRequestBranch": false,
684+
"v2.DeleteChangeRequestDecision": false,
685+
"v2.GetChangeRequest": false,
686+
"v2.UpdateChangeRequest": false,
687+
"v2.UpdateChangeRequestDecision": false,
682688
"v2.ListAWSCloudAuthPersonaMappings": false,
683689
"v2.ActivateContentPack": false,
684690
"v2.CancelThreatHuntingJob": false,

0 commit comments

Comments
 (0)