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

linkinstar pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/test by this push:
     new fda869f1 docs: remove description for suspended_until field
fda869f1 is described below

commit fda869f1dc8cb202f5dda46b00489f4245bcafc7
Author: LinkinStars <linkins...@foxmail.com>
AuthorDate: Thu Jul 17 15:52:25 2025 +0800

    docs: remove description for suspended_until field
---
 docs/docs.go      | 1 -
 docs/swagger.json | 1 -
 docs/swagger.yaml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 48c8b1b4..263e6775 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -11701,7 +11701,6 @@ const docTemplate = `{
                     "type": "string"
                 },
                 "suspended_until": {
-                    "description": "suspended until timestamp",
                     "type": "integer"
                 },
                 "username": {
diff --git a/docs/swagger.json b/docs/swagger.json
index 768869c3..8cc85e26 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -11674,7 +11674,6 @@
                     "type": "string"
                 },
                 "suspended_until": {
-                    "description": "suspended until timestamp",
                     "type": "integer"
                 },
                 "username": {
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 96042f5f..9cdf248e 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -2907,7 +2907,6 @@ definitions:
       status:
         type: string
       suspended_until:
-        description: suspended until timestamp
         type: integer
       username:
         type: string

Reply via email to