listmonk/docs
Dylan Cetin fce46b2103
fix: update OpenAPI specs for routes and correct docs for campaign endpoints (#2179)
* 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
2024-11-25 10:19:12 +05:30
..
docs fix: update OpenAPI specs for routes and correct docs for campaign endpoints (#2179) 2024-11-25 10:19:12 +05:30
i18n Improve i18n editor. 2023-04-06 11:57:57 +05:30
site Update release link on static site homepage. 2024-11-13 00:28:46 +05:30
swagger fix: update OpenAPI specs for routes and correct docs for campaign endpoints (#2179) 2024-11-25 10:19:12 +05:30
README.md Add new README to the docs directory. 2023-03-26 11:13:25 +05:30

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 (run hugo serve inside site to preview).

  • Documentation is in docs and is built with mkdocs (inside docs, run mkdocs serve to preview after running pip install -r requirements.txt)

  • i18n directory has the static UI for i18n translations: https://listmonk.app/i18n