Skip to content

Commit

Permalink
Fixed PutAASXPackageById and DeleteAASXPackageById
Browse files Browse the repository at this point in the history
Fixes #352
  • Loading branch information
zrgt committed Dec 5, 2024
1 parent 0c83745 commit 658fa26
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,14 +752,14 @@ Servers may simply store the AASX files with their related given aasIds.
|packageId |New Package ID |yes |string |1
|===

==== Operation PutAASXPackageById
==== Operation PutAASXByPackageId

[.table-with-appendix-table]
[width=100%,cols="25%,35%,10%,20%,10%"]
|===
h|Operation Name 4+e|[[PutAASXPackageById]]PutAASXPackageById
h|Operation Name 4+e|[[PutAASXByPackageId]]PutAASXByPackageId
h|Explanation 4+a|Replaces the AASX package at the server
h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAASXPackageById/3/0`
h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAASXByPackageId/3/0`

h|Name h|Description h|Mand. h|Type h|Card.
5+h|Input Parameter
Expand All @@ -781,14 +781,14 @@ Servers may simply store the AASX files with their related given aasIds.
|statusCode |Status code |yes |xref:specification/interfaces-payload.adoc#StatusCode[StatusCode] |1
|===

==== Operation DeleteAASXPackageById
==== Operation DeleteAASXByPackageId

[.table-with-appendix-table]
[width=100%,cols="25%,35%,10%,20%,10%"]
|===
h|Operation Name 4+e|[[DeleteAASXPackageById]]DeleteAASXPackageById
h|Operation Name 4+e|[[DeleteAASXByPackageId]]DeleteAASXByPackageId
h|Explanation 4+a|Deletes a specific AASX package from the server
h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAASXPackageById/3/0`
h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/0`

h|Name h|Description h|Mand. h|Type h|Card.
5+h|Input Parameter
Expand Down

0 comments on commit 658fa26

Please sign in to comment.