mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
feat: the created instance token can now also be optionally defined manually in the creation endpoint
This commit is contained in:
@@ -3,4 +3,5 @@ export class InstanceDto {
|
||||
webhook?: string;
|
||||
events?: string[];
|
||||
qrcode?: boolean;
|
||||
token?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user