This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fa049b1  Typo
fa049b1 is described below

commit fa049b1e907f55b59ccd6257215d2995695b57a5
Author: Sebb <s...@apache.org>
AuthorDate: Fri May 10 15:45:08 2024 +0100

    Typo
---
 content/docs/api.html       | 2 +-
 source/markdown/docs/API.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/docs/api.html b/content/docs/api.html
index 07b5dd7..dbc7089 100644
--- a/content/docs/api.html
+++ b/content/docs/api.html
@@ -245,7 +245,7 @@ TBA
 
 <h3 id='getatomdataforlistoremail'>Get ATOM data for list or email<a 
href='#getatomdataforlistoremail' style='color: rgba(0,0,0,0);'>&para;</a></h3>
 <p>Usage:
-<code>GET /api/atom/lua(?list=$lid|?mid=$mid)</code></p>
+<code>GET /api/atom.lua(?list=$lid|?mid=$mid)</code></p>
 <p>Parameters: (cookie may be required)
   - $lid: the list id, e.g. d...@ponymail.apache.org
   - $mid: The email ID (Permalink)</p>
diff --git a/source/markdown/docs/API.md b/source/markdown/docs/API.md
index b9120d0..ee7a269 100644
--- a/source/markdown/docs/API.md
+++ b/source/markdown/docs/API.md
@@ -241,7 +241,7 @@ TBA
 ### Get ATOM data for list or email
 
 Usage:
-`GET /api/atom/lua(?list=$lid|?mid=$mid)`
+`GET /api/atom.lua(?list=$lid|?mid=$mid)`
 
 Parameters: (cookie may be required)
   - $lid: the list id, e.g. d...@ponymail.apache.org

Reply via email to