Skip to content

Commit 857963b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
rm web ints (#1510)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent b1ba4aa commit 857963b

7 files changed

+122
-122
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-02-05 19:51:56.306703",
8-
"spec_repo_commit": "4e68d2cd"
7+
"regenerated": "2024-02-06 09:57:38.258085",
8+
"spec_repo_commit": "3518f3a0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-05 19:51:56.322361",
13-
"spec_repo_commit": "4e68d2cd"
12+
"regenerated": "2024-02-06 09:57:38.278952",
13+
"spec_repo_commit": "3518f3a0"
1414
}
1515
}
1616
}

features/v1/pagerduty_integration.feature

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,65 +9,65 @@ Feature: PagerDuty Integration
99
And a valid "appKeyAuth" key in the system
1010
And an instance of "PagerDutyIntegration" API
1111

12-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
12+
@generated @skip @team:DataDog/saas-integrations
1313
Scenario: Create a new service object returns "Bad Request" response
1414
Given new "CreatePagerDutyIntegrationService" request
1515
And body with value {"service_key": "", "service_name": ""}
1616
When the request is sent
1717
Then the response status is 400 Bad Request
1818

19-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
19+
@generated @skip @team:DataDog/saas-integrations
2020
Scenario: Create a new service object returns "OK" response
2121
Given new "CreatePagerDutyIntegrationService" request
2222
And body with value {"service_key": "", "service_name": ""}
2323
When the request is sent
2424
Then the response status is 201 OK
2525

26-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
26+
@generated @skip @team:DataDog/saas-integrations
2727
Scenario: Delete a single service object returns "Item Not Found" response
2828
Given new "DeletePagerDutyIntegrationService" request
2929
And request contains "service_name" parameter from "REPLACE.ME"
3030
When the request is sent
3131
Then the response status is 404 Item Not Found
3232

33-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
33+
@generated @skip @team:DataDog/saas-integrations
3434
Scenario: Delete a single service object returns "No Content" response
3535
Given new "DeletePagerDutyIntegrationService" request
3636
And request contains "service_name" parameter from "REPLACE.ME"
3737
When the request is sent
3838
Then the response status is 204 No Content
3939

40-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
40+
@generated @skip @team:DataDog/saas-integrations
4141
Scenario: Get a single service object returns "Item Not Found" response
4242
Given new "GetPagerDutyIntegrationService" request
4343
And request contains "service_name" parameter from "REPLACE.ME"
4444
When the request is sent
4545
Then the response status is 404 Item Not Found
4646

47-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
47+
@generated @skip @team:DataDog/saas-integrations
4848
Scenario: Get a single service object returns "OK" response
4949
Given new "GetPagerDutyIntegrationService" request
5050
And request contains "service_name" parameter from "REPLACE.ME"
5151
When the request is sent
5252
Then the response status is 200 OK
5353

54-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
54+
@generated @skip @team:DataDog/saas-integrations
5555
Scenario: Update a single service object returns "Bad Request" response
5656
Given new "UpdatePagerDutyIntegrationService" request
5757
And request contains "service_name" parameter from "REPLACE.ME"
5858
And body with value {"service_key": ""}
5959
When the request is sent
6060
Then the response status is 400 Bad Request
6161

62-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
62+
@generated @skip @team:DataDog/saas-integrations
6363
Scenario: Update a single service object returns "Item Not Found" response
6464
Given new "UpdatePagerDutyIntegrationService" request
6565
And request contains "service_name" parameter from "REPLACE.ME"
6666
And body with value {"service_key": ""}
6767
When the request is sent
6868
Then the response status is 404 Item Not Found
6969

70-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
70+
@generated @skip @team:DataDog/saas-integrations
7171
Scenario: Update a single service object returns "OK" response
7272
Given new "UpdatePagerDutyIntegrationService" request
7373
And request contains "service_name" parameter from "REPLACE.ME"

features/v1/slack_integration.feature

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,100 +9,100 @@ Feature: Slack Integration
99
And a valid "appKeyAuth" key in the system
1010
And an instance of "SlackIntegration" API
1111

12-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
12+
@generated @skip @team:DataDog/saas-integrations
1313
Scenario: Create a Slack integration channel returns "Bad Request" response
1414
Given new "CreateSlackIntegrationChannel" request
1515
And request contains "account_name" parameter from "REPLACE.ME"
1616
And body with value {"display": {"message": true, "notified": true, "snapshot": true, "tags": true}, "name": "#general"}
1717
When the request is sent
1818
Then the response status is 400 Bad Request
1919

20-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
20+
@generated @skip @team:DataDog/saas-integrations
2121
Scenario: Create a Slack integration channel returns "Item Not Found" response
2222
Given new "CreateSlackIntegrationChannel" request
2323
And request contains "account_name" parameter from "REPLACE.ME"
2424
And body with value {"display": {"message": true, "notified": true, "snapshot": true, "tags": true}, "name": "#general"}
2525
When the request is sent
2626
Then the response status is 404 Item Not Found
2727

28-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
28+
@generated @skip @team:DataDog/saas-integrations
2929
Scenario: Create a Slack integration channel returns "OK" response
3030
Given new "CreateSlackIntegrationChannel" request
3131
And request contains "account_name" parameter from "REPLACE.ME"
3232
And body with value {"display": {"message": true, "notified": true, "snapshot": true, "tags": true}, "name": "#general"}
3333
When the request is sent
3434
Then the response status is 200 OK
3535

36-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
36+
@generated @skip @team:DataDog/saas-integrations
3737
Scenario: Get a Slack integration channel returns "Bad Request" response
3838
Given new "GetSlackIntegrationChannel" request
3939
And request contains "account_name" parameter from "REPLACE.ME"
4040
And request contains "channel_name" parameter from "REPLACE.ME"
4141
When the request is sent
4242
Then the response status is 400 Bad Request
4343

44-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
44+
@generated @skip @team:DataDog/saas-integrations
4545
Scenario: Get a Slack integration channel returns "Item Not Found" response
4646
Given new "GetSlackIntegrationChannel" request
4747
And request contains "account_name" parameter from "REPLACE.ME"
4848
And request contains "channel_name" parameter from "REPLACE.ME"
4949
When the request is sent
5050
Then the response status is 404 Item Not Found
5151

52-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
52+
@generated @skip @team:DataDog/saas-integrations
5353
Scenario: Get a Slack integration channel returns "OK" response
5454
Given new "GetSlackIntegrationChannel" request
5555
And request contains "account_name" parameter from "REPLACE.ME"
5656
And request contains "channel_name" parameter from "REPLACE.ME"
5757
When the request is sent
5858
Then the response status is 200 OK
5959

60-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
60+
@generated @skip @team:DataDog/saas-integrations
6161
Scenario: Get all channels in a Slack integration returns "Bad Request" response
6262
Given new "GetSlackIntegrationChannels" request
6363
And request contains "account_name" parameter from "REPLACE.ME"
6464
When the request is sent
6565
Then the response status is 400 Bad Request
6666

67-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
67+
@generated @skip @team:DataDog/saas-integrations
6868
Scenario: Get all channels in a Slack integration returns "Item Not Found" response
6969
Given new "GetSlackIntegrationChannels" request
7070
And request contains "account_name" parameter from "REPLACE.ME"
7171
When the request is sent
7272
Then the response status is 404 Item Not Found
7373

74-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
74+
@generated @skip @team:DataDog/saas-integrations
7575
Scenario: Get all channels in a Slack integration returns "OK" response
7676
Given new "GetSlackIntegrationChannels" request
7777
And request contains "account_name" parameter from "REPLACE.ME"
7878
When the request is sent
7979
Then the response status is 200 OK
8080

81-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
81+
@generated @skip @team:DataDog/saas-integrations
8282
Scenario: Remove a Slack integration channel returns "Bad Request" response
8383
Given new "RemoveSlackIntegrationChannel" request
8484
And request contains "account_name" parameter from "REPLACE.ME"
8585
And request contains "channel_name" parameter from "REPLACE.ME"
8686
When the request is sent
8787
Then the response status is 400 Bad Request
8888

89-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
89+
@generated @skip @team:DataDog/saas-integrations
9090
Scenario: Remove a Slack integration channel returns "Item Not Found" response
9191
Given new "RemoveSlackIntegrationChannel" request
9292
And request contains "account_name" parameter from "REPLACE.ME"
9393
And request contains "channel_name" parameter from "REPLACE.ME"
9494
When the request is sent
9595
Then the response status is 404 Item Not Found
9696

97-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
97+
@generated @skip @team:DataDog/saas-integrations
9898
Scenario: Remove a Slack integration channel returns "The channel was removed successfully." response
9999
Given new "RemoveSlackIntegrationChannel" request
100100
And request contains "account_name" parameter from "REPLACE.ME"
101101
And request contains "channel_name" parameter from "REPLACE.ME"
102102
When the request is sent
103103
Then the response status is 204 The channel was removed successfully.
104104

105-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
105+
@generated @skip @team:DataDog/saas-integrations
106106
Scenario: Update a Slack integration channel returns "Bad Request" response
107107
Given new "UpdateSlackIntegrationChannel" request
108108
And request contains "account_name" parameter from "REPLACE.ME"
@@ -111,7 +111,7 @@ Feature: Slack Integration
111111
When the request is sent
112112
Then the response status is 400 Bad Request
113113

114-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
114+
@generated @skip @team:DataDog/saas-integrations
115115
Scenario: Update a Slack integration channel returns "Item Not Found" response
116116
Given new "UpdateSlackIntegrationChannel" request
117117
And request contains "account_name" parameter from "REPLACE.ME"
@@ -120,7 +120,7 @@ Feature: Slack Integration
120120
When the request is sent
121121
Then the response status is 404 Item Not Found
122122

123-
@generated @skip @team:DataDog/saas-integrations @team:DataDog/web-integrations
123+
@generated @skip @team:DataDog/saas-integrations
124124
Scenario: Update a Slack integration channel returns "OK" response
125125
Given new "UpdateSlackIntegrationChannel" request
126126
And request contains "account_name" parameter from "REPLACE.ME"

0 commit comments

Comments
 (0)