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

@ -16,7 +16,7 @@ export const updateEnvelopeItemsRoute = authenticatedProcedure
path: '/envelope/item/update-many',
summary: 'Update envelope items',
description: 'Update multiple envelope items for an envelope',
tags: ['Envelope Item'],
tags: ['Envelope Items'],
},
})
.input(ZUpdateEnvelopeItemsRequestSchema)