From 80c122b3b77f3f6cb13f0ed46fbc9c773644f924 Mon Sep 17 00:00:00 2001 From: yusing Date: Mon, 15 Dec 2025 12:28:14 +0800 Subject: [PATCH] chore: update api swagger --- internal/api/v1/docs/swagger.json | 2 +- internal/api/v1/docs/swagger.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/api/v1/docs/swagger.json b/internal/api/v1/docs/swagger.json index 59b61075..ce63ac61 100644 --- a/internal/api/v1/docs/swagger.json +++ b/internal/api/v1/docs/swagger.json @@ -2881,7 +2881,7 @@ "x-omitempty": false }, "retries": { - "description": "<0: immediate, >=0: threshold", + "description": "<0: immediate, 0: default, >0: threshold", "type": "integer", "x-nullable": false, "x-omitempty": false diff --git a/internal/api/v1/docs/swagger.yaml b/internal/api/v1/docs/swagger.yaml index f4eb3fcd..4f1bdcf7 100644 --- a/internal/api/v1/docs/swagger.yaml +++ b/internal/api/v1/docs/swagger.yaml @@ -269,7 +269,7 @@ definitions: path: type: string retries: - description: '<0: immediate, >=0: threshold' + description: '<0: immediate, 0: default, >0: threshold' type: integer timeout: type: integer