Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DiscoveryServiceSpecification/V3.1_SSP-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ paths:
post:
tags:
- Asset Administration Shell Basic Discovery API
summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content
summary: Creates or replaces all asset links associated to the Asset Administration Shell.
operationId: PostAllAssetLinksById
x-semanticIds:
- https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0
Expand Down
2 changes: 1 addition & 1 deletion Entire-API-Collection/V3.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7281,7 +7281,7 @@ paths:
post:
tags:
- Asset Administration Shell Basic Discovery API
summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content
summary: Creates or replaces all asset links associated to the Asset Administration Shell.
operationId: PostAllAssetLinksById
x-semanticIds:
- https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0
Expand Down
12 changes: 12 additions & 0 deletions documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
* changed: Removed second regex pattern from Blob/contentType, File/contentType, File/value, Referable/idShort, Resource/path, and Resource/contentType attributes in the Part1-MetaModel-Schemas OpenAPI file. The first regex pattern is sufficient to cover all valid content types. While this is not directly fixing a bug, many downstream tools report issues, e.g. during code generation, when two regex patterns are defined for the same attribute. (https://github.com/admin-shell-io/aas-specs-api/issues/481[#481])



=== Operation Changes w.r.t. V3.1 to V3.1.1

Check warning on line 25 in documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

View workflow job for this annotation

GitHub Actions / qodana

Typo

Typo: In word 'Superpath'
[%autowidth,width="100%",cols="40%,15%,45%",options="header",]
|===
h|Operation h|Kind of Change h|Comment

| 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.

|===


== Changes w.r.t. V3.0.4 to V3.1

Major Changes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ h|Operation Name h|Description
e| xref:GetAllAssetAdministrationShellIdsByAssetLink[GetAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell ids based on asset identifier key-value-pairs
e| xref:GetAllAssetLinksById[GetAllAssetLinksById] |Returns a list of asset identifier key-value-pairs based on a given Asset Administration Shell id
e| xref:SearchAllAssetAdministrationShellIdsByAssetLink[SearchAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell IDs linked to specific asset identifiers or the global asset ID
e| xref:PostAllAssetLinksById[PostAllAssetLinksById] |Creates or replaces all asset identifier key-value-pairs linked to an Asset Administration Shell to edit discoverable content
e| xref:PostAllAssetLinksById[PostAllAssetLinksById] |Creates or replaces all asset links associated to the Asset Administration Shell.
e| xref:DeleteAllAssetLinksById[DeleteAllAssetLinksById] |Deletes all asset identifier key-value-pair linked to an Asset Administration Shell
|===

Expand Down Expand Up @@ -1901,8 +1901,7 @@ It is the predefined key “_globalAssetId_” that would refer to the _AssetInf
|===
h|Operation Name 4+e|[[PostAllAssetLinksById]]PostAllAssetLinksById
h|Explanation 4+a|
Creates new asset identifier key-value-pairs linked to an Asset Administration Shell for discoverable content.
The existing content might have to be deleted first.
Creates or replaces all asset links associated to the Asset Administration Shell.
h|semanticId 4+|`\https://admin-shell.io/aas/API/PostAllAssetLinksById/3/1`

h|Name h|Description h|Mand. h|Type h|Card.
Expand Down