put http://127.0.0.1:8080/remoteLogReceiver
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"
}
]
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"
}
]
Try It!
to start a request and see the response here!