fix: redirect v2 beta url

This commit is contained in:
David Nguyen
2025-11-04 11:55:07 +11:00
parent bbf1dd3c6b
commit c89ca83f44
17 changed files with 31 additions and 23 deletions

View File

@ -15,7 +15,7 @@ export const getEnvelopeRecipientRoute = authenticatedProcedure
path: '/envelope/recipient/{recipientId}',
summary: 'Get envelope recipient',
description: 'Returns an envelope recipient given an ID',
tags: ['Envelope Recipient'],
tags: ['Envelope Recipients'],
},
})
.input(ZGetEnvelopeRecipientRequestSchema)