Skip to content

Commit

Permalink
Update AAS Environment Upload Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSchnicke committed Mar 11, 2024
1 parent c25e5fa commit cc3433e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions basyx.aasenvironment/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ For examples, see [application.properties](./basyx.aasenvironment.component/src/

## AAS Environment Upload Endpoint

AAS environments (e.g. XML, JSON, AASX) can be uploaded to the `/upload` endpoint.
AAS environments (e.g. XML, JSON, AASX) can be uploaded by a multipart/form-data POST on the `/upload` endpoint. Please note that the following MIME types are expected for the respective file uploads:
* AASX: application/asset-administration-shell-package
* JSON: application/json
* XML: application/xml

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.

## AAS Environment Features
* [AAS Environment Authorization](basyx.aasenvironment-feature-authorization)
* [AAS Environment Authorization](basyx.aasenvironment-feature-authorization)

0 comments on commit cc3433e

Please sign in to comment.