This commit is contained in:
Josh Hawkins 2025-12-14 12:38:38 -06:00
parent 86f551d6fd
commit 8126d30f82

View File

@ -287,7 +287,7 @@ curl -i -X POST https://frigate_ip:8971/api/login \
-d '{"user": "admin", "password": "your_password"}'
```
::: note
:::note
You may need to include `-k` in the argument list in these steps (eg: `curl -k -i -X POST ...`) if your Frigate instance is using a self-signed certificate.