Skip to content

Commit 9552ed1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Mark email transport webhook endpoint as private (DataDog#3318)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 243ca14 commit 9552ed1

21 files changed

Lines changed: 0 additions & 2604 deletions

.generator/schemas/v2/openapi.yaml

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

examples/v2/email-transport/CreateEmailTransportWebhookIntake.rb

Lines changed: 0 additions & 86 deletions
This file was deleted.

features/scenarios_model_mapping.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,9 +2472,6 @@
24722472
"page_offset" => "Integer",
24732473
"page_limit" => "Integer",
24742474
},
2475-
"v2.CreateEmailTransportWebhookIntake" => {
2476-
"body" => "Array<TransportWebhookLog>",
2477-
},
24782475
"v2.SearchIssues" => {
24792476
"include" => "Array<SearchIssuesIncludeQueryParameterItem>",
24802477
"body" => "IssuesSearchRequest",

features/v2/email_transport.feature

Lines changed: 0 additions & 22 deletions
This file was deleted.

features/v2/undo.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,12 +1918,6 @@
19181918
"type": "idempotent"
19191919
}
19201920
},
1921-
"CreateEmailTransportWebhookIntake": {
1922-
"tag": "Email Transport",
1923-
"undo": {
1924-
"type": "safe"
1925-
}
1926-
},
19271921
"SearchIssues": {
19281922
"tag": "Error Tracking",
19291923
"undo": {

lib/datadog_api_client/configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def initialize
319319
"v2.trigger_deployment_gates_evaluation": false,
320320
"v2.update_deployment_gate": false,
321321
"v2.update_deployment_rule": false,
322-
"v2.create_email_transport_webhook_intake": false,
323322
"v2.create_hamr_org_connection": false,
324323
"v2.get_hamr_org_connection": false,
325324
"v2.create_global_incident_handle": false,

lib/datadog_api_client/inflector.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6114,19 +6114,6 @@ def overrides
61146114
"v2.timeseries_response_attributes" => "TimeseriesResponseAttributes",
61156115
"v2.timeseries_response_series" => "TimeseriesResponseSeries",
61166116
"v2.token_type" => "TokenType",
6117-
"v2.transport_webhook_log" => "TransportWebhookLog",
6118-
"v2.transport_webhook_log_attributes" => "TransportWebhookLogAttributes",
6119-
"v2.transport_webhook_log_email" => "TransportWebhookLogEmail",
6120-
"v2.transport_webhook_log_ip_attribute" => "TransportWebhookLogIpAttribute",
6121-
"v2.transport_webhook_log_message" => "TransportWebhookLogMessage",
6122-
"v2.transport_webhook_log_message_auth" => "TransportWebhookLogMessageAuth",
6123-
"v2.transport_webhook_log_message_custom_args" => "TransportWebhookLogMessageCustomArgs",
6124-
"v2.transport_webhook_log_message_id" => "TransportWebhookLogMessageId",
6125-
"v2.transport_webhook_log_message_response" => "TransportWebhookLogMessageResponse",
6126-
"v2.transport_webhook_log_message_timestamp" => "TransportWebhookLogMessageTimestamp",
6127-
"v2.transport_webhook_log_network" => "TransportWebhookLogNetwork",
6128-
"v2.transport_webhook_log_network_ip" => "TransportWebhookLogNetworkIp",
6129-
"v2.transport_webhook_log_org_metadata" => "TransportWebhookLogOrgMetadata",
61306117
"v2.trigger" => "Trigger",
61316118
"v2.trigger_attributes" => "TriggerAttributes",
61326119
"v2.trigger_investigation_request" => "TriggerInvestigationRequest",
@@ -6487,7 +6474,6 @@ def overrides
64876474
"v2.domain_allowlist_api" => "DomainAllowlistAPI",
64886475
"v2.dora_metrics_api" => "DORAMetricsAPI",
64896476
"v2.downtimes_api" => "DowntimesAPI",
6490-
"v2.email_transport_api" => "EmailTransportAPI",
64916477
"v2.entity_risk_scores_api" => "EntityRiskScoresAPI",
64926478
"v2.error_tracking_api" => "ErrorTrackingAPI",
64936479
"v2.events_api" => "EventsAPI",

lib/datadog_api_client/v2/api/email_transport_api.rb

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)