We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to clarify the behavior of version upgrades for API Operations in new (minor) releases.
Status Quo
Alternative
Question to be discussed: Shall all API Operations of a higher Profile share the same (minor) version? see also #229
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to clarify the behavior of version upgrades for API Operations in new (minor) releases.
Status Quo
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/GetAllAssetAdministrationShells*/3/0* (as the API Operation has not been changed)
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/QueryAssetAdministrationShells/3/1 (as the API Operation has been introduced with V3.1)
Alternative
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/GetAllAssetAdministrationShells*/3/1* (as the API Operation is now part of a V3.1 Profile, even though it is identical to the .../3/0 one)
- API Operations with x-semanticIds like https://admin-shell.io/aas/API/QueryAssetAdministrationShells/3/1 (as the API Operation has been introduced with V3.1)
Question to be discussed: Shall all API Operations of a higher Profile share the same (minor) version?
see also #229
The text was updated successfully, but these errors were encountered: