mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-03-11 00:15:33 +00:00
8 lines
123 B
Bash
8 lines
123 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl --silent "${URL}/api/search/autocomplete/?term=wa" -H "Authorization: ${AUTH}"
|
||
|
#| jq '.'
|
||
|
|