FAAAST-Service icon indicating copy to clipboard operation
FAAAST-Service copied to clipboard

[Feature] new API calls: Upload JSON or AASX files / reset all aas&submodels

Open fvolz opened this issue 4 months ago • 1 comments

Attach a model.aasx or model.json with form-data key "file" (similar to uploading PDFs in SubmodelElement), PUT to https://localhost/api/v3.0/upload

Reset everything with DELETE to https://localhost/api/v3.0/reset

HttpEndpoint can be configured to only allow certain methods. DEFAULT: "GET, POST, PUT, PATCH, DELETE"

fvolz avatar Oct 29 '24 15:10 fvolz