mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Added thumbnail_url to the API
This commit is contained in:
parent
ac40aee805
commit
034b96277c
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ class DocumentSerializer(serializers.ModelSerializer):
|
||||||
"created",
|
"created",
|
||||||
"modified",
|
"modified",
|
||||||
"file_name",
|
"file_name",
|
||||||
"download_url"
|
"download_url",
|
||||||
|
"thumbnail_url",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue