diff --git a/docs/docs.go b/docs/docs.go index 919bb51..3295bd1 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3352,7 +3352,6 @@ const docTemplate = `{ "example": 100 }, "bank_code": { - "description": "Payment Details for bank", "type": "string" }, "beneficiary_name": { @@ -3362,6 +3361,10 @@ const docTemplate = `{ "type": "integer", "example": 1 }, + "cashout_id": { + "type": "string", + "example": "191212" + }, "full_name": { "type": "string", "example": "John Smith" diff --git a/docs/swagger.json b/docs/swagger.json index 5ea7099..83760ec 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -3344,7 +3344,6 @@ "example": 100 }, "bank_code": { - "description": "Payment Details for bank", "type": "string" }, "beneficiary_name": { @@ -3354,6 +3353,10 @@ "type": "integer", "example": 1 }, + "cashout_id": { + "type": "string", + "example": "191212" + }, "full_name": { "type": "string", "example": "John Smith" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f03a301..d52dc80 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -518,13 +518,15 @@ definitions: example: 100 type: number bank_code: - description: Payment Details for bank type: string beneficiary_name: type: string bet_id: example: 1 type: integer + cashout_id: + example: "191212" + type: string full_name: example: John Smith type: string