curl --request PUT \
--url https://api.ipulse.one/api/domains/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"check_interval": 43230,
"timeout": 152,
"expected_status_codes": [
123
],
"follow_redirects": true,
"ssl_check": {
"enabled": true,
"warn_days_before_expiry": 123
},
"dns_check": {
"enabled": true,
"record_types": [
"<string>"
]
},
"tags": [
"<string>"
]
}
'