You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/04 16:10:08 UTC

[incubator-ponymail-foal] branch master updated: Rename parameter

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

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


The following commit(s) were added to refs/heads/master by this push:
     new def8869  Rename parameter
def8869 is described below

commit def8869c9d3625a9dd3bda862fc789e0e9798d6e
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jan 4 16:06:29 2022 +0000

    Rename parameter
---
 server/openapi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/openapi.yaml b/server/openapi.yaml
index 3585f32..4c22c81 100644
--- a/server/openapi.yaml
+++ b/server/openapi.yaml
@@ -92,7 +92,7 @@ components:
           description: The ID (document id or message-id) of the email to fetch
           example: "5wnbldtbbcog0p259jnhvqbkc7nhjt71"
           type: string
-        list:
+        listid:
           description: The List ID the email must adhere to (only if searching by Message-ID header)
           example: "<users.httpd.apache.org>"
           type: string