Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Dismiss an alert
POST
/alerts/dismiss
Dismiss an alert.
Server: localhost:8081
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"userId"
:
"string"
,
"alertId"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
POST
/alerts/dismiss
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI