add example how the credentials look like

This commit is contained in:
Uwe Steinmann 2023-03-30 07:16:14 +02:00
parent 76399068dc
commit fe4f527daa

View File

@ -3,3 +3,8 @@ URL is the base url of the restapi service. AUTH are the credentials
as pass in http header Authorization. It can be ab basic authentication,
a papeerless or a regular SeedDMS token.
Example:
URL="http://my.seeddms.org/restapi/index.php"
AUTH="my api key"