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
In case of API validation "Asset Administration Shell Repository API", the test-engine triggers POST "/shells" API call consisting of request body attached in the end. The request body consists of "supplementalSemanticIds" as below:
"supplementalSemanticIds": [
""
],
Event though above mentioned serialization of "supplimentalSemanticId" is invalid, the test-engine expects 2xx (success), instead of 400 (BadRequest) from the server.
In case of API validation "Asset Administration Shell Repository API", the test-engine triggers POST "/shells" API call consisting of request body attached in the end. The request body consists of "supplementalSemanticIds" as below:
"supplementalSemanticIds": [
""
],
Event though above mentioned serialization of "supplimentalSemanticId" is invalid, the test-engine expects 2xx (success), instead of 400 (BadRequest) from the server.
RequestBody:
request_body.json
Screenshot of test-engine result for this API validation:
The text was updated successfully, but these errors were encountered: