events_transports_test_create
POST/events/transports/:uuid/test/
Send example notification using selected transport. Requires Modify permissions.
Request
Path Parameters
uuid uuidrequired
A UUID string identifying this Notification Transport.
Responses
- 200
- 400
- 403
- 500
- application/json
- Schema
- Example (from schema)
Schema
messages string[]required
{
"messages": [
"string"
]
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Failed to test transport
Loading...