mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-04 20:34:55 +08:00
* Fix API Docs for campaign routes' params 1. Added no_body for some. These existed in OpenApi spec but was not present in the docs 2. GET /api/campaigns/analytics/{type} fixed params description for "from" and "to" * OpenApi Specs GET routes and File Type Fix This commit fixes some routes' openapi specs by following lismonk.app/docs/ 1. GET Routes can't have a body. All params spesified in the body is moved up to query params 2. On the route /import/subscribers POST fixed content type to Multipart, added example params and fixed file type to string/binary 3. And added required: false to many |
||
---|---|---|
.. | ||
docs | ||
i18n | ||
site | ||
swagger | ||
README.md |
Static website and docs
This repository contains the source for the static website https://listmonk.app
-
The website is in
site
and is built with hugo (runhugo serve
insidesite
to preview). -
Documentation is in
docs
and is built with mkdocs (insidedocs
, runmkdocs serve
to preview after runningpip install -r requirements.txt
) -
i18n
directory has the static UI for i18n translations: https://listmonk.app/i18n