You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/12/29 17:09:30 UTC

[incubator-ponymail-foal] branch master updated: Add in List ID argument

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 <hu...@apache.org>
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: