You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -252,9 +252,9 @@ When run as a service it exposes an HTTP server as well. Generate an **API Token
252
252
253
253
To refresh the filters you can make a **POST** or **GET** request to the following:
254
254
255
-
- `http://localhost:7441/api/webhook/trigger/arr`. - This will trigger all arr filters. (Use this in you arr instances)
256
-
- `http://localhost:7441/api/webhook/trigger/lists`. - This will trigger all lists filters.
257
-
- `http://localhost:7441/api/webhook/trigger`. - This will trigger all filters.
255
+
- `http://localhost:7441/api/webhook/trigger/arr?apikey=MY_NEW_LONG_SECURE_TOKEN`- This will trigger all arr filters. (Use this in you arr instances)
256
+
- `http://localhost:7441/api/webhook/trigger/lists?apikey=MY_NEW_LONG_SECURE_TOKEN`- This will trigger all lists filters.
257
+
- `http://localhost:7441/api/webhook/trigger?apikey=MY_NEW_LONG_SECURE_TOKEN`- This will trigger all filters.
258
258
259
259
The API Token can be set as either an HTTP header like `X-API-Token`, or be passed in the url as a query param like `?apikey=MY_NEW_LONG_SECURE_TOKEN`.
260
260
@@ -326,4 +326,4 @@ If you are not running a reverse proxy change host in the `config.toml` to `0.0.
326
326
327
327
On first run it will create a default config, `~/.config/omegabrr/config.yaml` that you will need to edit.
328
328
329
-
After the config is edited you need to restart the service `systemctl restart omegabrr@$USERNAME.service`.
329
+
After the config is edited you need to restart the service `systemctl restart omegabrr@$USERNAME.service`.
0 commit comments