Skip to main content
POST
/
api
/
notifications
/
test
Api Notifications Test
curl --request POST \
  --url http://localhost:8080/api/notifications/test \
  --header 'Content-Type: application/json' \
  --data '
{
  "kind": "slack",
  "target": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
kind
string
default:slack
target
string | null

Response

Successful Response