mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
Merge pull request #505 from Azzybot/patch-5
Removido obrigatoriedade de descrição dos rows do sendList
This commit is contained in:
commit
077a464481
@ -406,7 +406,7 @@ export const listMessageSchema: JSONSchema7 = {
|
|||||||
description: { type: 'string' },
|
description: { type: 'string' },
|
||||||
rowId: { type: 'string' },
|
rowId: { type: 'string' },
|
||||||
},
|
},
|
||||||
required: ['title', 'description', 'rowId'],
|
required: ['title', 'rowId'],
|
||||||
...isNotEmpty('title', 'description', 'rowId'),
|
...isNotEmpty('title', 'description', 'rowId'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user