mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 10:18:59 +02:00
chore: update api swagger
This commit is contained in:
@@ -2881,7 +2881,7 @@
|
|||||||
"x-omitempty": false
|
"x-omitempty": false
|
||||||
},
|
},
|
||||||
"retries": {
|
"retries": {
|
||||||
"description": "<0: immediate, >=0: threshold",
|
"description": "<0: immediate, 0: default, >0: threshold",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"x-nullable": false,
|
"x-nullable": false,
|
||||||
"x-omitempty": false
|
"x-omitempty": false
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ definitions:
|
|||||||
path:
|
path:
|
||||||
type: string
|
type: string
|
||||||
retries:
|
retries:
|
||||||
description: '<0: immediate, >=0: threshold'
|
description: '<0: immediate, 0: default, >0: threshold'
|
||||||
type: integer
|
type: integer
|
||||||
timeout:
|
timeout:
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
Reference in New Issue
Block a user