mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
Bounce a QuarMail (swagger)
This commit is contained in:
parent
4d93d33e34
commit
095a611691
@ -259,6 +259,27 @@ paths:
|
|||||||
description: not found
|
description: not found
|
||||||
500:
|
500:
|
||||||
description: server error
|
description: server error
|
||||||
|
/quarmails/{quarmail_id}/bounce:
|
||||||
|
get:
|
||||||
|
summary: bounces a quarantined email by quarmail_id
|
||||||
|
operationId: bounce_quarmail
|
||||||
|
produces:
|
||||||
|
- application/json
|
||||||
|
parameters:
|
||||||
|
- in: path
|
||||||
|
name: quarmail_id
|
||||||
|
description: unique id of quarantined email
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
responses:
|
||||||
|
200:
|
||||||
|
description: null
|
||||||
|
400:
|
||||||
|
description: bad input parameter
|
||||||
|
404:
|
||||||
|
description: not found
|
||||||
|
500:
|
||||||
|
description: server error
|
||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
QuarMail:
|
QuarMail:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user