mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 22:21:31 +10:00
fix: add missing properties for template/use (#2234)
Adds the `override` and `attachments` properties to the `api/v2/templates/use` endpoint that were previously missing.
This commit is contained in:
@ -457,8 +457,10 @@ export const templateRouter = router({
|
||||
recipients,
|
||||
distributeDocument,
|
||||
customDocumentDataId,
|
||||
prefillFields,
|
||||
folderId,
|
||||
prefillFields,
|
||||
override,
|
||||
attachments,
|
||||
} = input;
|
||||
|
||||
ctx.logger.info({
|
||||
@ -495,6 +497,8 @@ export const templateRouter = router({
|
||||
requestMetadata: ctx.metadata,
|
||||
folderId,
|
||||
prefillFields,
|
||||
override,
|
||||
attachments,
|
||||
});
|
||||
|
||||
if (distributeDocument) {
|
||||
|
||||
Reference in New Issue
Block a user