HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

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"
}
]

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

PUT request body is an array of objects with valid receiver ids

Response
200

No response was specified

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