Skip to content

Commit f97a785

Browse files
committed
fix PostAllAssetLinksById explanation
1 parent 92ad8f2 commit f97a785

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DiscoveryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ paths:
111111
post:
112112
tags:
113113
- Asset Administration Shell Basic Discovery API
114-
summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content
114+
summary: Creates or replaces all asset links associated to the Asset Administration Shell.
115115
operationId: PostAllAssetLinksById
116116
x-semanticIds:
117117
- https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0

Entire-API-Collection/V3.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7281,7 +7281,7 @@ paths:
72817281
post:
72827282
tags:
72837283
- Asset Administration Shell Basic Discovery API
7284-
summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content
7284+
summary: Creates or replaces all asset links associated to the Asset Administration Shell.
72857285
operationId: PostAllAssetLinksById
72867286
x-semanticIds:
72877287
- https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Minor Changes:
2727
|===
2828
h|Operation h|Kind of Change h|Comment
2929

30-
| PostAllAssetLinksByID|change a| Corrected description of PostAllAssetLinksById operation to clarify that it creates or replaces all asset identifier key-value-pairs linked to an Asset Administration Shell to edit discoverable content.
30+
| PostAllAssetLinksByID|change a| Corrected description of PostAllAssetLinksById operation to clarify that it creates or replaces all asset links associated to the Asset Administration Shell to edit discoverable content.
3131

3232
|===
3333

documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ h|Operation Name h|Description
18051805
e| xref:GetAllAssetAdministrationShellIdsByAssetLink[GetAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell ids based on asset identifier key-value-pairs
18061806
e| xref:GetAllAssetLinksById[GetAllAssetLinksById] |Returns a list of asset identifier key-value-pairs based on a given Asset Administration Shell id
18071807
e| xref:SearchAllAssetAdministrationShellIdsByAssetLink[SearchAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell IDs linked to specific asset identifiers or the global asset ID
1808-
e| xref:PostAllAssetLinksById[PostAllAssetLinksById] |Creates or replaces all asset identifier key-value-pairs linked to an Asset Administration Shell to edit discoverable content
1808+
e| xref:PostAllAssetLinksById[PostAllAssetLinksById] |Creates or replaces all asset links associated to the Asset Administration Shell.
18091809
e| xref:DeleteAllAssetLinksById[DeleteAllAssetLinksById] |Deletes all asset identifier key-value-pair linked to an Asset Administration Shell
18101810
|===
18111811

0 commit comments

Comments
 (0)