Skip to content

Commit fef7601

Browse files
authored
Merge pull request #456 from admin-shell-io/sebbader-sap-patch-1
[editorial] Add missing API Path for PutAssetAdministrationShell in the HTTP Mapping
2 parents ace4f81 + 9ea89f7 commit fef7601

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Minor Changes:
5151
* xref:http-rest-api/http-rest-api.adoc#design-decisions[Design Decisions for the HTTP API]: Clarify that padding is not allowed for base64url-encoded values (https://github.com/admin-shell-io/aas-specs-api/issues/423[#423])
5252
* xref:http-rest-api/http-rest-api.adoc#modifier-constraints[HTTP Modifier Constraints]: adding note for metadata and value-only representations of Asset Administration Shells (https://github.com/admin-shell-io/aas-specs-api/issues/268[#268])
5353
* xref:http-rest-api/interactions.adoc[Interactions]: extending the explanation how to discover endpoints of AAS services
54+
* xref:http-rest-api/http-rest-api.html#_mapping_of_operations[Mapping of Operations]: adding missing path for the row defining the mapping of PutAssetAdministrationShell to HTTP
5455

5556
=== Interface Changes w.r.t. V3.0.4 to V3.1
5657

documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/http-rest-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ h|Operation Name h|HTTP Verb h|REST-Path h|Comment (e.g. optional query paramete
378378

379379
4+h|Asset Administration Shell Interface
380380
|GetAssetAdministrationShell |GET |/aas |content-suffix: $reference
381-
|PutAssetAdministrationShell |PUT | |
381+
|PutAssetAdministrationShell |PUT |/aas |
382382
|GetAllSubmodelReferences |GET |/aas/submodel-refs |Pagination
383383
|PostSubmodelReference |POST |/aas/submodel-refs a| Location header of the response contains the value ‘<baseUrl>/aas/submodel-refs/\{submodelIdentifier}’
384384

0 commit comments

Comments
 (0)