From d92848a18fe7f8ec96de413a1003dc0c23214f25 Mon Sep 17 00:00:00 2001 From: Pasha Zayko Date: Mon, 16 Feb 2026 18:07:47 -0500 Subject: [PATCH] Renaming endpoint Minor change to the format of the endpoint returning documentation for the configuration item --- specs/SHIELD.json | 6 +++--- src/shield/TypeScript/package-lock.json | 4 ++-- src/shield/TypeScript/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specs/SHIELD.json b/specs/SHIELD.json index 90be981..6e875a7 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -4125,7 +4125,7 @@ }, "description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.", "title": "SHI Environment Lockdown and Defense", - "version": "3.2.0" + "version": "3.2.1" }, "openapi": "3.1.1", "paths": { @@ -5591,11 +5591,11 @@ ] } }, - "/Api/Deploy/Component/ConfigurationItemMetaData/{templateId}": { + "/Api/Deploy/Component/ConfigurationItem/{templateId}/Docs": { "get": { "summary": "Return Result of Retrieving Configuration Item Documentation", "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). ", - "operationId": "/Api/Deploy/Component/ConfigurationItemMetaData/:templateId/Get", + "operationId": "/Api/Deploy/Component/ConfigurationItem/:templateId/Docs/Get", "parameters": [ { "$ref": "#/components/parameters/templateId" diff --git a/src/shield/TypeScript/package-lock.json b/src/shield/TypeScript/package-lock.json index 9f7f7e4..19640f8 100644 --- a/src/shield/TypeScript/package-lock.json +++ b/src/shield/TypeScript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shi-corp/sdk-shield", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shi-corp/sdk-shield", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.99", diff --git a/src/shield/TypeScript/package.json b/src/shield/TypeScript/package.json index ec66c6c..d05161b 100644 --- a/src/shield/TypeScript/package.json +++ b/src/shield/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "@shi-corp/sdk-shield", - "version": "3.2.0", + "version": "3.2.1", "type": "module", "main": "bin/index.js", "description": "SDK client used to interface with the SHIELD application.",