Skip to content

Commit 213252d

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
Move under common tag Case Management (#1520)
* remove old feature files * Regenerate client from commit 5ef419de of spec repo --------- Co-authored-by: Sherzod Karimov <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4a1bb76 commit 213252d

File tree

90 files changed

+945
-1000
lines changed

Some content is hidden

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

90 files changed

+945
-1000
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-20 12:21:51.257109",
8-
"spec_repo_commit": "7e467650"
7+
"regenerated": "2024-02-20 19:02:28.868806",
8+
"spec_repo_commit": "5ef419de"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-20 12:21:51.284380",
13-
"spec_repo_commit": "7e467650"
12+
"regenerated": "2024-02-20 19:02:28.888150",
13+
"spec_repo_commit": "5ef419de"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22766,7 +22766,7 @@ paths:
2276622766
- cases_read
2276722767
summary: Search cases
2276822768
tags:
22769-
- Cases
22769+
- Case Management
2277022770
x-pagination:
2277122771
limitParam: page[size]
2277222772
pageOffsetParam: page[offset]
@@ -22805,7 +22805,7 @@ paths:
2280522805
- cases_write
2280622806
summary: Create a case
2280722807
tags:
22808-
- Cases
22808+
- Case Management
2280922809
/api/v2/cases/projects:
2281022810
get:
2281122811
description: Get all projects.
@@ -22834,7 +22834,7 @@ paths:
2283422834
- cases_read
2283522835
summary: Get all projects
2283622836
tags:
22837-
- Cases Projects
22837+
- Case Management
2283822838
post:
2283922839
description: Create a project.
2284022840
operationId: CreateProject
@@ -22869,7 +22869,7 @@ paths:
2286922869
- cases_write
2287022870
summary: Create a project
2287122871
tags:
22872-
- Cases Projects
22872+
- Case Management
2287322873
/api/v2/cases/projects/{project_id}:
2287422874
delete:
2287522875
description: Remove a project using the project's `id`.
@@ -22896,7 +22896,7 @@ paths:
2289622896
- cases_write
2289722897
summary: Remove a project
2289822898
tags:
22899-
- Cases Projects
22899+
- Case Management
2290022900
get:
2290122901
description: Get the details of a project by `project_id`.
2290222902
operationId: GetProject
@@ -22926,7 +22926,7 @@ paths:
2292622926
- cases_read
2292722927
summary: Get the details of a project
2292822928
tags:
22929-
- Cases Projects
22929+
- Case Management
2293022930
/api/v2/cases/{case_id}:
2293122931
get:
2293222932
description: Get the details of case by `case_id`
@@ -22957,7 +22957,7 @@ paths:
2295722957
- cases_read
2295822958
summary: Get the details of a case
2295922959
tags:
22960-
- Cases
22960+
- Case Management
2296122961
/api/v2/cases/{case_id}/archive:
2296222962
post:
2296322963
description: Archive case
@@ -22995,7 +22995,7 @@ paths:
2299522995
- cases_write
2299622996
summary: Archive case
2299722997
tags:
22998-
- Cases
22998+
- Case Management
2299922999
/api/v2/cases/{case_id}/assign:
2300023000
post:
2300123001
description: Assign case to a user
@@ -23033,7 +23033,7 @@ paths:
2303323033
- cases_write
2303423034
summary: Assign case
2303523035
tags:
23036-
- Cases
23036+
- Case Management
2303723037
/api/v2/cases/{case_id}/priority:
2303823038
post:
2303923039
description: Update case priority
@@ -23071,7 +23071,7 @@ paths:
2307123071
- cases_write
2307223072
summary: Update case priority
2307323073
tags:
23074-
- Cases
23074+
- Case Management
2307523075
/api/v2/cases/{case_id}/status:
2307623076
post:
2307723077
description: Update case status
@@ -23109,7 +23109,7 @@ paths:
2310923109
- cases_write
2311023110
summary: Update case status
2311123111
tags:
23112-
- Cases
23112+
- Case Management
2311323113
/api/v2/cases/{case_id}/unarchive:
2311423114
post:
2311523115
description: Unarchive case
@@ -23147,7 +23147,7 @@ paths:
2314723147
- cases_write
2314823148
summary: Unarchive case
2314923149
tags:
23150-
- Cases
23150+
- Case Management
2315123151
/api/v2/cases/{case_id}/unassign:
2315223152
post:
2315323153
description: Unassign case
@@ -23185,7 +23185,7 @@ paths:
2318523185
- cases_write
2318623186
summary: Unassign case
2318723187
tags:
23188-
- Cases
23188+
- Case Management
2318923189
/api/v2/ci/pipeline:
2319023190
post:
2319123191
description: 'Send your pipeline event to your Datadog platform over HTTP. For
@@ -34532,10 +34532,8 @@ tags:
3453234532
[Test Visibility in Datadog page](https://docs.datadoghq.com/tests/) for more
3453334533
information.
3453434534
name: CI Visibility Tests
34535-
- description: View and manage cases within Datadog
34536-
name: Cases
34537-
- description: View and manage project within Case Management
34538-
name: Cases Projects
34535+
- description: View and manage cases and project within Case Management
34536+
name: Case Management
3453934537
- description: The Cloud Cost Management API allows you to set up, edit, and delete
3454034538
Cloud Cost Management accounts for AWS and Azure. See the [Cloud Cost Management
3454134539
page](https://docs.datadoghq.com/cloud_cost_management/) for more information.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2024-02-14T18:55:15.159Z"

cassettes/v2/Cases_2740177670/Archive-case-returns-Bad-Request-response_3307115673/recording.har renamed to cassettes/v2/Case-Management_2486725080/Archive-case-returns-Bad-Request-response_3307115673/recording.har

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"log": {
3-
"_recordingName": "Cases/Archive case returns \"Bad Request\" response",
3+
"_recordingName": "Case Management/Archive case returns \"Bad Request\" response",
44
"creator": {
55
"comment": "persister:fs",
66
"name": "Polly.JS",
@@ -38,11 +38,11 @@
3838
"url": "https://api.datadoghq.com/api/v2/cases"
3939
},
4040
"response": {
41-
"bodySize": 747,
41+
"bodySize": 702,
4242
"content": {
4343
"mimeType": "application/vnd.api+json",
44-
"size": 747,
45-
"text": "{\"data\":{\"id\":\"1f205230-5ea9-444e-a5f9-48f93d6a2cde\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-07T18:00:36.54518451Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"1f205230-5ea9-444e-a5f9-48f93d6a2cde\",\"key\":\"DDFC-2\",\"priority\":\"P4\",\"public_id\":\"62\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\",\"attributes\":{\"email\":\"team-intg-tools-libs-spam@datadoghq.com\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"name\":\"CI Account\"}}]}"
44+
"size": 702,
45+
"text": "{\"data\":{\"id\":\"4e49aede-4c04-42d3-b5bc-f8eb4c1340df\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-14T18:55:15.280494299Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"4e49aede-4c04-42d3-b5bc-f8eb4c1340df\",\"key\":\"DDFC-182\",\"priority\":\"P4\",\"public_id\":\"242\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\",\"attributes\":{\"email\":\"frog@datadoghq.com\",\"handle\":\"[email protected]\",\"name\":\"\"}}]}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -57,11 +57,11 @@
5757
"status": 201,
5858
"statusText": "Created"
5959
},
60-
"startedDateTime": "2024-02-07T18:00:36.261Z",
61-
"time": 325
60+
"startedDateTime": "2024-02-14T18:55:15.167Z",
61+
"time": 122
6262
},
6363
{
64-
"_id": "2c0f4f458dc658dffb53fc17524fd2fd",
64+
"_id": "36abb6ee469d97245458bc30d5a98423",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -88,7 +88,7 @@
8888
"text": "{\"data\":{\"type\":\"project\"}}"
8989
},
9090
"queryString": [],
91-
"url": "https://api.datadoghq.com/api/v2/cases/1f205230-5ea9-444e-a5f9-48f93d6a2cde/archive"
91+
"url": "https://api.datadoghq.com/api/v2/cases/4e49aede-4c04-42d3-b5bc-f8eb4c1340df/archive"
9292
},
9393
"response": {
9494
"bodySize": 108,
@@ -110,8 +110,8 @@
110110
"status": 400,
111111
"statusText": "Bad Request"
112112
},
113-
"startedDateTime": "2024-02-07T18:00:36.593Z",
114-
"time": 299
113+
"startedDateTime": "2024-02-14T18:55:15.299Z",
114+
"time": 69
115115
}
116116
],
117117
"pages": [],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2024-02-14T18:55:15.378Z"

cassettes/v2/Cases_2740177670/Archive-case-returns-Not-Found-response_3250820290/recording.har renamed to cassettes/v2/Case-Management_2486725080/Archive-case-returns-Not-Found-response_3250820290/recording.har

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"log": {
3-
"_recordingName": "Cases/Archive case returns \"Not Found\" response",
3+
"_recordingName": "Case Management/Archive case returns \"Not Found\" response",
44
"creator": {
55
"comment": "persister:fs",
66
"name": "Polly.JS",
@@ -57,8 +57,8 @@
5757
"status": 404,
5858
"statusText": "Not Found"
5959
},
60-
"startedDateTime": "2024-02-07T13:09:07.953Z",
61-
"time": 54
60+
"startedDateTime": "2024-02-14T18:55:15.381Z",
61+
"time": 78
6262
}
6363
],
6464
"pages": [],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2024-02-14T18:55:15.466Z"

cassettes/v2/Cases_2740177670/Archive-case-returns-OK-response_1644289173/recording.har renamed to cassettes/v2/Case-Management_2486725080/Archive-case-returns-OK-response_1644289173/recording.har

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"log": {
3-
"_recordingName": "Cases/Archive case returns \"OK\" response",
3+
"_recordingName": "Case Management/Archive case returns \"OK\" response",
44
"creator": {
55
"comment": "persister:fs",
66
"name": "Polly.JS",
@@ -26,7 +26,7 @@
2626
"value": "application/json"
2727
}
2828
],
29-
"headersSize": 549,
29+
"headersSize": 550,
3030
"httpVersion": "HTTP/1.1",
3131
"method": "POST",
3232
"postData": {
@@ -38,11 +38,11 @@
3838
"url": "https://api.datadoghq.com/api/v2/cases"
3939
},
4040
"response": {
41-
"bodySize": 748,
41+
"bodySize": 702,
4242
"content": {
4343
"mimeType": "application/vnd.api+json",
44-
"size": 748,
45-
"text": "{\"data\":{\"id\":\"99e6e8cd-f115-4168-8814-30776007f44c\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-07T18:00:37.185776261Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"99e6e8cd-f115-4168-8814-30776007f44c\",\"key\":\"DDFC-3\",\"priority\":\"P4\",\"public_id\":\"63\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\",\"attributes\":{\"email\":\"team-intg-tools-libs-spam@datadoghq.com\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"name\":\"CI Account\"}}]}"
44+
"size": 702,
45+
"text": "{\"data\":{\"id\":\"3752309b-6a77-4015-845a-02ff88647b4b\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-14T18:55:15.546103234Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"3752309b-6a77-4015-845a-02ff88647b4b\",\"key\":\"DDFC-183\",\"priority\":\"P4\",\"public_id\":\"243\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\",\"attributes\":{\"email\":\"frog@datadoghq.com\",\"handle\":\"[email protected]\",\"name\":\"\"}}]}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -57,11 +57,11 @@
5757
"status": 201,
5858
"statusText": "Created"
5959
},
60-
"startedDateTime": "2024-02-07T18:00:36.904Z",
61-
"time": 318
60+
"startedDateTime": "2024-02-14T18:55:15.469Z",
61+
"time": 87
6262
},
6363
{
64-
"_id": "8a5e0b6d99bba8c73455cfaf3bd14fa2",
64+
"_id": "1aa9fcd53f894d7a8c83a911899fa23a",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -79,7 +79,7 @@
7979
"value": "application/json"
8080
}
8181
],
82-
"headersSize": 594,
82+
"headersSize": 595,
8383
"httpVersion": "HTTP/1.1",
8484
"method": "POST",
8585
"postData": {
@@ -88,14 +88,14 @@
8888
"text": "{\"data\":{\"type\":\"case\"}}"
8989
},
9090
"queryString": [],
91-
"url": "https://api.datadoghq.com/api/v2/cases/99e6e8cd-f115-4168-8814-30776007f44c/archive"
91+
"url": "https://api.datadoghq.com/api/v2/cases/3752309b-6a77-4015-845a-02ff88647b4b/archive"
9292
},
9393
"response": {
94-
"bodySize": 874,
94+
"bodySize": 829,
9595
"content": {
9696
"mimeType": "application/vnd.api+json",
97-
"size": 874,
98-
"text": "{\"data\":{\"id\":\"99e6e8cd-f115-4168-8814-30776007f44c\",\"type\":\"case\",\"attributes\":{\"archived_at\":\"2024-02-07T18:00:37.47125606Z\",\"attributes\":{},\"created_at\":\"2024-02-07T18:00:37.185776Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"99e6e8cd-f115-4168-8814-30776007f44c\",\"key\":\"DDFC-3\",\"priority\":\"P4\",\"public_id\":\"63\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\"}},\"modified_by\":{\"data\":{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\",\"attributes\":{\"email\":\"team-intg-tools-libs-spam@datadoghq.com\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"name\":\"CI Account\"}}]}"
97+
"size": 829,
98+
"text": "{\"data\":{\"id\":\"3752309b-6a77-4015-845a-02ff88647b4b\",\"type\":\"case\",\"attributes\":{\"archived_at\":\"2024-02-14T18:55:15.641594121Z\",\"attributes\":{},\"created_at\":\"2024-02-14T18:55:15.546103Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"3752309b-6a77-4015-845a-02ff88647b4b\",\"key\":\"DDFC-183\",\"priority\":\"P4\",\"public_id\":\"243\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\"}},\"modified_by\":{\"data\":{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\",\"attributes\":{\"email\":\"frog@datadoghq.com\",\"handle\":\"[email protected]\",\"name\":\"\"}}]}"
9999
},
100100
"cookies": [],
101101
"headers": [
@@ -110,8 +110,8 @@
110110
"status": 200,
111111
"statusText": "OK"
112112
},
113-
"startedDateTime": "2024-02-07T18:00:37.229Z",
114-
"time": 284
113+
"startedDateTime": "2024-02-14T18:55:15.563Z",
114+
"time": 79
115115
}
116116
],
117117
"pages": [],
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2024-02-14T18:55:15.651Z"

cassettes/v2/Cases_2740177670/Assign-case-returns-Bad-Request-response_1562814608/recording.har renamed to cassettes/v2/Case-Management_2486725080/Assign-case-returns-Bad-Request-response_1562814608/recording.har

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"log": {
3-
"_recordingName": "Cases/Assign case returns \"Bad Request\" response",
3+
"_recordingName": "Case Management/Assign case returns \"Bad Request\" response",
44
"creator": {
55
"comment": "persister:fs",
66
"name": "Polly.JS",
@@ -38,11 +38,11 @@
3838
"url": "https://api.datadoghq.com/api/v2/cases"
3939
},
4040
"response": {
41-
"bodySize": 749,
41+
"bodySize": 702,
4242
"content": {
4343
"mimeType": "application/vnd.api+json",
44-
"size": 749,
45-
"text": "{\"data\":{\"id\":\"4039be1a-5f87-4666-b986-a8396c0225c3\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-12T13:25:56.280897807Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"4039be1a-5f87-4666-b986-a8396c0225c3\",\"key\":\"DDFC-17\",\"priority\":\"P4\",\"public_id\":\"77\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"type\":\"user\",\"attributes\":{\"email\":\"team-intg-tools-libs-spam@datadoghq.com\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\",\"name\":\"CI Account\"}}]}"
44+
"size": 702,
45+
"text": "{\"data\":{\"id\":\"cf2e3b59-d504-4714-9853-38e4ceddb858\",\"type\":\"case\",\"attributes\":{\"attributes\":{},\"created_at\":\"2024-02-14T18:55:15.728783622Z\",\"creation_source\":\"MANUAL\",\"description\":\"\",\"insights\":[],\"internal_id\":\"cf2e3b59-d504-4714-9853-38e4ceddb858\",\"key\":\"DDFC-184\",\"priority\":\"P4\",\"public_id\":\"244\",\"status\":\"OPEN\",\"title\":\"My new case\",\"type\":\"STANDARD\"},\"relationships\":{\"created_by\":{\"data\":{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\"}},\"project\":{\"data\":{\"id\":\"d4bbe1af-f36e-42f1-87c1-493ca35c320e\",\"type\":\"project\"}}}},\"included\":[{\"id\":\"3ad549bf-eba0-11e9-a77a-0705486660d0\",\"type\":\"user\",\"attributes\":{\"email\":\"frog@datadoghq.com\",\"handle\":\"[email protected]\",\"name\":\"\"}}]}"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -51,17 +51,17 @@
5151
"value": "application/vnd.api+json"
5252
}
5353
],
54-
"headersSize": 639,
54+
"headersSize": 640,
5555
"httpVersion": "HTTP/1.1",
5656
"redirectURL": "",
5757
"status": 201,
5858
"statusText": "Created"
5959
},
60-
"startedDateTime": "2024-02-12T13:25:56.131Z",
61-
"time": 180
60+
"startedDateTime": "2024-02-14T18:55:15.655Z",
61+
"time": 81
6262
},
6363
{
64-
"_id": "14525dd1f9868c8a6c89279b8b2e7c21",
64+
"_id": "ca5f66cb321f82c3eca16ff6645a4670",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -88,7 +88,7 @@
8888
"text": "{\"data\":{\"attributes\":{\"assignee_id\":\"invalid-uuid\"},\"type\":\"case\"}}"
8989
},
9090
"queryString": [],
91-
"url": "https://api.datadoghq.com/api/v2/cases/4039be1a-5f87-4666-b986-a8396c0225c3/assign"
91+
"url": "https://api.datadoghq.com/api/v2/cases/cf2e3b59-d504-4714-9853-38e4ceddb858/assign"
9292
},
9393
"response": {
9494
"bodySize": 166,
@@ -104,14 +104,14 @@
104104
"value": "application/vnd.api+json"
105105
}
106106
],
107-
"headersSize": 640,
107+
"headersSize": 641,
108108
"httpVersion": "HTTP/1.1",
109109
"redirectURL": "",
110110
"status": 400,
111111
"statusText": "Bad Request"
112112
},
113-
"startedDateTime": "2024-02-12T13:25:56.320Z",
114-
"time": 60
113+
"startedDateTime": "2024-02-14T18:55:15.752Z",
114+
"time": 72
115115
}
116116
],
117117
"pages": [],

0 commit comments

Comments
 (0)