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

humbedooh 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 e9efb4a  Add in List ID argument
e9efb4a is described below

commit e9efb4a7af4dbab37e9b2d89bcd9662c39e482d4
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Dec 29 18:09:25 2021 +0100

    Add in List ID argument
---
 server/openapi.yaml | 4 ++++
 1 file changed, 4 insertions(+)

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

Reply via email to