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