Skip to content

Commit e40617b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 38d3cf07 of spec repo (#1114)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ded143d commit e40617b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.2",
7-
"regenerated": "2022-07-29 20:39:46.581097",
8-
"spec_repo_commit": "6b569d0a"
7+
"regenerated": "2022-08-02 14:16:04.661600",
8+
"spec_repo_commit": "38d3cf07"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-07-29 20:39:46.592780",
13-
"spec_repo_commit": "6b569d0a"
12+
"regenerated": "2022-08-02 14:16:04.674016",
13+
"spec_repo_commit": "38d3cf07"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20619,8 +20619,8 @@ paths:
2061920619
schema:
2062020620
type: string
2062120621
responses:
20622-
'200':
20623-
description: OK
20622+
'204':
20623+
description: No Content
2062420624
'403':
2062520625
content:
2062620626
application/json:

examples/v1/pagerduty-integration/DeletePagerDutyIntegrationService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Delete a single service object returns "OK" response
2+
Delete a single service object returns "No Content" response
33
"""
44

55
from datadog_api_client import ApiClient, Configuration

tests/v1/features/pagerduty_integration.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Feature: PagerDuty Integration
3131
Then the response status is 404 Item Not Found
3232

3333
@generated @skip @team:Datadog/web-integrations
34-
Scenario: Delete a single service object returns "OK" response
34+
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
38-
Then the response status is 200 OK
38+
Then the response status is 204 No Content
3939

4040
@generated @skip @team:Datadog/web-integrations
4141
Scenario: Get a single service object returns "Item Not Found" response

0 commit comments

Comments
 (0)