Skip to content

Commit acb0d68

Browse files
authored
Update README.md
1 parent 4857beb commit acb0d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ domus-tdd-api run -p 5050
5858
In another terminal in the `domus-tdd-api-plugin-aid` folder
5959

6060
```
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
61+
curl -XPOST -iH "Content-Type: application/aml+xml" -d@"./domus_tdd_api_plugin_aid/tests/data/aml/aml_example.xml" http://localhost:5050/submodels
6262
6363
```
6464

6565
## New routes
6666

67-
- `/aas` : POST to create an anonymous Asset Administration Shell Object
68-
- `/aas/<ID>` : PUT, DELETE, GET
67+
- `/submodels` : POST to create an anonymous Asset Administration Shell Submodel
68+
- `/submodels/<ID>` : PUT, DELETE, GET
6969

7070
Accepted mime-types:
7171

0 commit comments

Comments
 (0)