OttoFMS Settings
Update Offsite Notification Settings
Request Body
application/json
POST /otto/api/settings/offsite/notifications Request body
sendSuccessNotifications?boolean
Default
truechannelUrl*string
Format
urilabel?string
type*string
Response Body
application/json
application/json
curl -X POST "https://your.server.net/otto/api/settings/offsite/notifications" \ -H "Content-Type: application/json" \ -d '{ "channelUrl": "http://example.com", "type": "slack" }'{
"messages": [
{
"code": 0,
"text": "ok"
}
],
"response": {}
}{
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
],
"response": {}
}