Skip to content

Instantly share code, notes, and snippets.

View ShivamAmin's full-sized avatar

Shivam Amin ShivamAmin

View GitHub Profile
#!/usr/bin/env bash
lidarrUrl=""
lidarrApiKey=""
curl -s "$lidarrUrl/api/v1/album/monitor" --request PUT --header "X-Api-Key:"${lidarrApiKey} -H "Content-Type: application/json" --data-raw '{"albumIds":['$lidarr_album_id'], "monitored": false}'