Was this helpful?
Was this helpful?
Was this helpful?
POST /gbds/v2/notify-group HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"data": {
"name": "text",
"enabled": true,
"emails": [
"text"
]
}
}{
"status": "text",
"data": {
"name": "text",
"enabled": true,
"emails": [
"text"
]
}
}GET /gbds/v2/notify-group/{group} HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"data": {
"name": "text",
"enabled": true,
"emails": [
"text"
]
}
}POST /gbds/v2/notify-user HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"data": {
"username": "text",
"groups": [
{
"name": "text"
}
]
}
}{
"status": "text",
"data": {
"username": "text",
"groups": [
{
"name": "text"
}
]
}
}GET /gbds/v2/notify-user/{user} HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"data": {
"username": "text",
"groups": [
{
"name": "text"
}
]
}
}