days_back days.400 otherwise.issued in download_types and your team already has SAT invoicing (CSD) configured, the response includes a warning field noting that issued invoices already exist in the system.curl --location --request PUT 'https://api.gigstack.io/v2/invoices/download/schedule?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"time": "21:00",
"download_types": [
"received"
],
"days_back": 1
}'{
"success": true,
"message": "Scheduled download enabled successfully",
"warning": "string",
"data": {
"schedule": {}
}
}