diff --git a/gepi/gepi-webapp/src/main/resources/de/julielab/gepi/webapp/pages/Help.tml b/gepi/gepi-webapp/src/main/resources/de/julielab/gepi/webapp/pages/Help.tml index 78f6ad54..682386b7 100644 --- a/gepi/gepi-webapp/src/main/resources/de/julielab/gepi/webapp/pages/Help.tml +++ b/gepi/gepi-webapp/src/main/resources/de/julielab/gepi/webapp/pages/Help.tml @@ -500,11 +500,11 @@
The API currently works through HTTP GET requests (POST is not yet supported) and
is realized through URL request parameters, i.e. the GePI Web address followed by
- /api/v1/
, a
+ /api/v1/interactions
, a
single question mark (?
) and parameter-value pairs. A parameter-value pair
is separated by an equal sign (=
) and a sequence of such pairs are separated by
the ampersand characters (&
).
- For example:
https://gepi.coling.uni-jena.de/api/v1?alist=mtor&blist=jun
+ For example: https://gepi.coling.uni-jena.de/api/v1/interactions?alist=mtor&blist=jun
A comprehensive list of parameters and their possible values is given in the table below.