1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-11-06 09:09:14 +02:00

Feature: OpenAPI / Swagger schema

Mailpit now has built-in OpenAPI / Swagger documentation, see #65
This commit is contained in:
Ralph Slooten
2023-03-31 17:29:04 +13:00
parent 3bb9f4162a
commit 5350e2eb08
16 changed files with 4069 additions and 84 deletions

View File

@@ -4,6 +4,8 @@ Mailpit provides a simple REST API to access and delete stored messages.
If the Mailpit server is set to use Basic Authentication, then API requests must use Basic Authentication too.
You can view the Swagger API documentation directly within Mailpit by going to `http://0.0.0.0:8025/api/v1/`.
The API is split into three main parts:
- [Messages](Messages.md) - Listing, deleting & marking messages as read/unread.