File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,7 @@ Go to the defined route (default: wfcms/document) and edit your documents like i
5252
5353### Api
5454
55- Send a GET-request to the api route (default: api/v1/documents) with following headers and get your documents array as JSON.
56- Headers:
57- ```
58- Accept: application-json
59- ```
55+ Send a GET-request to the api route (default: api/v1/documents).
6056
6157If you use translation you can append ` lang ` parameter to the api route to get the specified language. (eg. api/v1/documents?lang=de)
6258
@@ -66,7 +62,7 @@ You can edit many parts of the functionality. Just look at the published config
6662
6763If you want to overwrite the default routes, please create a route file at ` routes/webfactor/documents.php ` and define your routes there.
6864
69- To change the fallback language please see [ spatie/laravel-translatable] [ link-spatie-laravel-translatable ] for more information.
65+ For using translations check the installed version of [ spatie/laravel-translatable] [ link-spatie-laravel-translatable ] for more information.
7066
7167## Change log
7268
You can’t perform that action at this time.
0 commit comments