Skip to content

Commit

Permalink
set document name as not required for esignature delete documents action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmazurenko committed Jan 21, 2025
1 parent f86b6ce commit 9580225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ts/src/apps/esignature/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ export const ESIGNATURE_PATHS = {
type: 'string',
required: false,
},
'documents.name': {
type: 'string',
required: false,
},
'documents.fileExtension': {
type: 'string',
required: false,
Expand Down

0 comments on commit 9580225

Please sign in to comment.