Skip to content
Snippets Groups Projects
Commit fb5ef121 authored by Damjan Komlenac's avatar Damjan Komlenac
Browse files

Updating rout example

parent 6d05939b
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ For testing with Postman, you need to have a server running:
Example of full REST API address on localhost:
http://127.0.0.1:8000/api/types/1
http://127.0.0.1:8000/api/typoscript/types/1
For post/put/patch methods use data examples from AttributeControllerTest. Example:
......@@ -223,4 +223,4 @@ read the type that's marked as deleted. Showing deleted elements is a missing fe
and must be added later to circumvent this problem.
Another problem is that right now duplicate type names in different typo3 groups can't be differed, because the information
is missing in the url. This may be added later on if the feature is really used.
is missing in the url. This may be added later on if the feature is really used.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment