You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2+|Interface: [[AASX-File-Server]]AASX File Server
h|Operation Name h|Description
e|GetAllAASXPackageIds |Returns a list of available AASX packages at the server
e|GetAASXByPackageId |Returns a specific AASX package from the server
e|PostAASXPackage |Creates an AASX package at the server
--->e|PutAASXByPackageId |Replaces the AASX package at the server
--->e|DeleteAASXByPackageId |Deletes a specific AASX package
PutAASXByPackageId vs. PutAASXPackageById and DeleteAASXByPackageId vs. DeleteAASXPackageById
How should it be fixed?
If DeleteAASXPackageById and PutAASXPackageById are the correct operation names, the table should be updated accordingly.
In this case we have not consistent operation names. See: GetAASXByPackageId vs. PutAASXPackageById and we should discuss if the suffix ByPackageId or PackageById should be used.
If DeleteAASXByPackageId and PutAASXByPackageId are the correct operation names, the operation names in the corresponding Operation Chapters should be updated.
The text was updated successfully, but these errors were encountered:
In V3.0.yamlDeleteAASXByPackageId and PutAASXByPackageId are used.
Therefore, the Chapters and Table contents of Operation PutAASXPackageById and Operation DeleteAASXPackageById should be fixed to DeleteAASXByPackageId and PutAASXByPackageId
What happens?
The table
AASX File Server Interface
contains wrong operation names:Why is this wrong?
In the following chapters Operations with names DeleteAASXPackageById and PutAASXPackageById are defined.
PutAASXByPackageId
vs.PutAASXPackageById
andDeleteAASXByPackageId
vs.DeleteAASXPackageById
How should it be fixed?
If
DeleteAASXPackageById
andPutAASXPackageById
are the correct operation names, the table should be updated accordingly.GetAASXByPackageId
vs.PutAASXPackageById
and we should discuss if the suffixByPackageId
orPackageById
should be used.If
DeleteAASXByPackageId
andPutAASXByPackageId
are the correct operation names, the operation names in the corresponding Operation Chapters should be updated.The text was updated successfully, but these errors were encountered: