Closed LinhPhan210 closed 1 month ago
Hi @aaronzi,
i have read the API Spec here:
As in the specification, the schema of response body from GET request same as the schema of request body from PATCH. Isn't that mean, that it should work when use the response of GET as request body for PATCH? but it returns error
Hi all,
Describe the bug It seems that the PATCH method for the endpoint "/submodels/{submodelIdentifier}/$value" is not working at the moment. I have tried using various submodels, copied the response body from the GET request to the request body of the PATCH request, but I always receive a 400 error.
To Reproduce On Postman or similar app
Expected behavior It should return status 204
Error
{ "type": "about:blank", "title": "Bad Request", "status": 400, "detail": "Failed to read request", "instance": "/submodels/aHR0cHM6Ly9tdXJyZWxla3Ryb25pay5jb20vaWRzL05ldHdvcmtDb25maWd1cmF0aW9uLzIyMTJfOTA3Ml85MDMyXzQ3NDQ=/$value" }
Basyx Basyx Image: eclipsebasyx/aas-environment:2.0.0-SNAPSHOT
Best Regard
Linh