1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-12-22 00:19:19 +02:00

Remove swagger parameter examples (invalid format)

This commit is contained in:
Ralph Slooten
2024-11-09 16:51:23 +13:00
parent 657cada916
commit a7fac05209
8 changed files with 0 additions and 44 deletions

View File

@@ -17,7 +17,6 @@ type getMessageHTMLParams struct {
//
// in: path
// required: true
// example: 4oRBnPtCXgAqZniRhzLNmS
ID string
}
@@ -80,7 +79,6 @@ type getMessageTextParams struct {
//
// in: path
// required: true
// example: 4oRBnPtCXgAqZniRhzLNmS
ID string
}