mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-24 03:47:38 +02:00
5350e2eb08
Mailpit now has built-in OpenAPI / Swagger documentation, see #65
20 lines
418 B
YAML
20 lines
418 B
YAML
consumes:
|
|
- application/json
|
|
info:
|
|
description: |-
|
|
OpenAPI 2.0 documentation for [Mailpit](https://github.com/axllent/mailpit).
|
|
title: Mailpit API
|
|
contact:
|
|
name: GitHub
|
|
url: https://github.com/axllent/mailpit
|
|
license:
|
|
name: MIT license
|
|
url: https://github.com/axllent/mailpit/blob/develop/LICENSE
|
|
version: "v1"
|
|
paths: {}
|
|
produces:
|
|
- application/json
|
|
schemes:
|
|
- http
|
|
swagger: "2.0"
|