diff --git a/src/masterBitgoExpress/routers/sendManyRoute.ts b/src/masterBitgoExpress/routers/sendManyRoute.ts index a7f61990..cea251f1 100644 --- a/src/masterBitgoExpress/routers/sendManyRoute.ts +++ b/src/masterBitgoExpress/routers/sendManyRoute.ts @@ -234,5 +234,5 @@ export const SendManyRoute = httpRoute({ body: SendManyRequest, }), response: SendManyResponse, - description: 'Send many transactions', + description: 'Send a transaction to one or more recipients', });