From aee8155ea9a4a2078b47414e9cfb488364e5f58f Mon Sep 17 00:00:00 2001 From: Mateus Molina <113896966+mateusmolina-iese@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:23:29 +0100 Subject: [PATCH] Add docs for aas environment upload endpoint (#231) --- basyx.aasenvironment/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/basyx.aasenvironment/Readme.md b/basyx.aasenvironment/Readme.md index a7c4cd799..06e1faf05 100644 --- a/basyx.aasenvironment/Readme.md +++ b/basyx.aasenvironment/Readme.md @@ -37,3 +37,10 @@ Furthermore, if Identifiables (AAS, Submodels, ConceptDescriptions) are already For examples, see [application.properties](./basyx.aasenvironment.component/src/main/resources/application.properties) + + +## AAS Environment Upload Endpoint + +AAS environments (e.g. XML, JSON, AASX) can be uploaded to the `/upload` endpoint. + +The upload follows the same rules as the preconfiguration in terms of handling existing AAS, submodels and concept descriptions. In order for the file to be recognized correctly, please make sure that its MIME type is properly configured.