Skip to content

Commit d92848a

Browse files
committed
Renaming endpoint
Minor change to the format of the endpoint returning documentation for the configuration item
1 parent 7b0ef3a commit d92848a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

specs/SHIELD.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4125,7 +4125,7 @@
41254125
},
41264126
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
41274127
"title": "SHI Environment Lockdown and Defense",
4128-
"version": "3.2.0"
4128+
"version": "3.2.1"
41294129
},
41304130
"openapi": "3.1.1",
41314131
"paths": {
@@ -5591,11 +5591,11 @@
55915591
]
55925592
}
55935593
},
5594-
"/Api/Deploy/Component/ConfigurationItemMetaData/{templateId}": {
5594+
"/Api/Deploy/Component/ConfigurationItem/{templateId}/Docs": {
55955595
"get": {
55965596
"summary": "Return Result of Retrieving Configuration Item Documentation",
55975597
"description": "Retrieves additional metadata from the configuration item if it was entered, or provides a message indicating it is missing.\n\nThis endpoint requires the `Deploy.Read`, `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission). ",
5598-
"operationId": "/Api/Deploy/Component/ConfigurationItemMetaData/:templateId/Get",
5598+
"operationId": "/Api/Deploy/Component/ConfigurationItem/:templateId/Docs/Get",
55995599
"parameters": [
56005600
{
56015601
"$ref": "#/components/parameters/templateId"

src/shield/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/shield/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-shield",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHIELD application.",

0 commit comments

Comments
 (0)