Skip to content

Commit

Permalink
Add docs for aas environment upload endpoint (eclipse-basyx#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmolina-iese authored Feb 23, 2024
1 parent 966dd58 commit aee8155
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions basyx.aasenvironment/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aee8155

Please sign in to comment.