Skip to content

Commit 468602a

Browse files
committed
fixing Submodel Service Specification – Read Profile identifier
1 parent f2b2bf8 commit 468602a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Minor Changes:
7777
* Updated the response contract of `PostAllAssetLinksById` in Discovery OpenAPI files by removing status code `404` for `POST /lookup/shells/{aasIdentifier}` to align with create-or-replace semantics. (https://github.com/admin-shell-io/aas-specs-api/issues/595[#595])
7878
* Updated the response contract of `PostAllAssetLinksById` in Discovery OpenAPI files by removing status code `409` for `POST /lookup/shells/{aasIdentifier}` to align with replace/update behavior on repeated payloads. (https://github.com/admin-shell-io/aas-specs-api/issues/596[#596])
7979
* Updated the response contract of `GetAllSubmodelDescriptors` in Submodel Registry OpenAPI files by removing status code `404` for `GET /submodel-descriptors`, so an empty collection is consistently represented by `200` with an empty result. (https://github.com/admin-shell-io/aas-specs-api/issues/597[#597])
80+
* Submodel Service Specification – Read Profile had the wrong identifier `https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002` instead of https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002`
8081

8182

8283
== Changes w.r.t. V3.1.1 to V3.1.2

documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/service-specifications-and-profiles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The submodel service specification with its minimal feature set is represented t
254254
[%autowidth,width="100%",cols="36%,64%",options="header",]
255255
|===
256256
h|Name: h|Submodel Read Profile
257-
h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/2/AssetAdministrationShellServiceSpecification/SSP-002`
257+
h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/2/SubmodelServiceSpecification/SSP-002`
258258
h|Feature h|Appearance
259259
|API and API Operations a|
260260
_Submodel API:_ +

0 commit comments

Comments
 (0)