HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In

Update remote log receiver(s) with data provided in the request body

PUT request body is an array of objects with valid receiver ids.
[
{
"id": 0,
"receiverType": 0,
"enabled": true,
"name": "HTTP_SERVER01",
"logType": 0,
"url": "www.example.com"
}
]

Language
Click Try It! to start a request and see the response here!