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 with a request body. However, the request body consists of multiple shells, submodels and concept-descriptions. However, as per the specifications (Part-2) as well as SwaggerHub definition, the request body should only consists of serialization of single AAS only.
The request body received from test-engine in case of POST "/shells" CurrentRequestBody.json
Additionally with this request, the test-engine expects the response code "201 (Created)", which is unexpected. The expected response code here should be "400 (BadRequest)"
The text was updated successfully, but these errors were encountered:
In case of API validation "Asset Administration Shell Repository API", the test-engine triggers POST "/shells" API call with a request body. However, the request body consists of multiple shells, submodels and concept-descriptions. However, as per the specifications (Part-2) as well as SwaggerHub definition, the request body should only consists of serialization of single AAS only.
The request body received from test-engine in case of POST "/shells"
CurrentRequestBody.json
Additionally with this request, the test-engine expects the response code "201 (Created)", which is unexpected. The expected response code here should be "400 (BadRequest)"
The text was updated successfully, but these errors were encountered: