We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4857beb commit acb0d68Copy full SHA for acb0d68
README.md
@@ -58,14 +58,14 @@ domus-tdd-api run -p 5050
58
In another terminal in the `domus-tdd-api-plugin-aid` folder
59
60
```
61
-curl -XPOST -iH "Content-Type: application/aml+xml" -d@"./domus_tdd_api_plugin_aid/tests/data/aml/aml_example.xml" http://localhost:5050/aas
+curl -XPOST -iH "Content-Type: application/aml+xml" -d@"./domus_tdd_api_plugin_aid/tests/data/aml/aml_example.xml" http://localhost:5050/submodels
62
63
64
65
## New routes
66
67
-- `/aas` : POST to create an anonymous Asset Administration Shell Object
68
-- `/aas/<ID>` : PUT, DELETE, GET
+- `/submodels` : POST to create an anonymous Asset Administration Shell Submodel
+- `/submodels/<ID>` : PUT, DELETE, GET
69
70
Accepted mime-types:
71
0 commit comments