-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
What happens?
Current spec Part 2 v3.0.2 specifies the input parameter assetIds for operation GetAllAssetAdministrationShellIdsByAssetLink as mandatory whereas the OpenAPI spec declares it as optional.
Why is this wrong?
The input param can either be optional or mandatory.
How should it be fixed?
I assume it should be optional, because the existence of pagination (limit and cursor params) in this operation indicates the possibility of a bigger returned result set. Also current BaSyx Web UI calls the Discovery without any assetId.
If so (pls verify), the Part 2 spec has to be change to
assetIds: mand. no, Card. 1..*
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

