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 5b0c14a  Document additional stats items
5b0c14a is described below

commit 5b0c14a746a84b26c1357d25b37fe741d2d021cb
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 7 00:51:03 2021 +0100

    Document additional stats items
---
 server/openapi.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/server/openapi.yaml b/server/openapi.yaml
index 0374d5a..ce8af61 100644
--- a/server/openapi.yaml
+++ b/server/openapi.yaml
@@ -273,6 +273,10 @@ components:
           description: The raw List-ID (if any) of the search parameters
           type: string
           example: "<dev.lists.example.org>"
+        name:
+          description: The listname part of the search parameters
+          type: string
+          example: dev
         domain:
           description: The domain part of the search parameters
           type: string
@@ -300,6 +304,10 @@ components:
               tsubject: "apache/httpd#1037 (trunk…_<dev.httpd.apache.org>"
               epoch: 1596279300
               nest: 1
+          unixtime:
+            description: The server time in UNIX epoch format
+            example: 1506761839
+            type: integer
     ErrorResponse:
       properties:
         okay:

Reply via email to