mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +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",
|
||||
"modified",
|
||||
"file_name",
|
||||
"download_url"
|
||||
"download_url",
|
||||
"thumbnail_url",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue