1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-05-27 22:57:35 +02:00

Remove swagger example to allow validation

This commit is contained in:
Ralph Slooten 2025-02-05 15:36:07 +13:00
parent 0c63c29769
commit 45e67b5cac
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ type getMessageHTMLParams struct {
//
// in: path
// required: true
// example: B79PgsotENzGwk4CCbAcAq
ID string
// If this is route is to be embedded in an iframe, set embed to `1` in the URL to add `target="_blank"` and `rel="noreferrer noopener"` to all links.

View File

@ -998,7 +998,6 @@
"parameters": [
{
"type": "string",
"example": "B79PgsotENzGwk4CCbAcAq",
"description": "Message database ID or \"latest\"",
"name": "ID",
"in": "path",