mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 23:15:19 +00:00
8 lines
110 B
Bash
8 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl --silent "${URL}/api/document_types/" -H "Authorization: ${AUTH}"
|
||
|
#| jq '.'
|
||
|
|