Skip to content

Commit da14029

Browse files
Add License Report Self Service Delete
This was missing, added.
1 parent 85db4b0 commit da14029

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

specs/Data-Gateway.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
},
892892
"description": "Collects data from the various SHI Lab products and makes it available in a standardized way.",
893893
"title": "SHI Data Gateway",
894-
"version": "2.0.6"
894+
"version": "2.1.0"
895895
},
896896
"openapi": "3.0.0",
897897
"paths": {
@@ -1285,6 +1285,33 @@
12851285
"License Analytics"
12861286
],
12871287
"summary": "Retrieve the Specified License Report"
1288+
},
1289+
"delete": {
1290+
"description": "Deletes the full license report for the specified correlation ID.\n\nThis endpoint requires the `LicenseReport.ReadWrite`, or `LicenseReport.ReadWrite.All` scope (permission).",
1291+
"operationId": "/Api/LicenseReport/Correlation/:correlationId/Data/delete",
1292+
"parameters": [
1293+
{
1294+
"$ref": "#/components/parameters/correlationId"
1295+
}
1296+
],
1297+
"responses": {
1298+
"201": {
1299+
"description": "Deleted successfully"
1300+
},
1301+
"400": {
1302+
"$ref": "#/components/responses/400"
1303+
},
1304+
"401": {
1305+
"$ref": "#/components/responses/401"
1306+
},
1307+
"403": {
1308+
"$ref": "#/components/responses/403"
1309+
}
1310+
},
1311+
"tags": [
1312+
"License Analytics"
1313+
],
1314+
"summary": "Delete the Specified License Report for the currently authenticated tenant."
12881315
}
12891316
},
12901317
"/Api/LicenseReport/Correlation/{correlationId}/Tenant/{tenantId}/Data": {

src/dataGateway/TypeScript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dataGateway/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-data-gateway",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHI Data Gateway service.",

0 commit comments

Comments
 (0)