|
|
@ -8519,6 +8519,8 @@ export class Api< |
|
|
|
ncAttachmentFieldSize?: number, |
|
|
|
ncAttachmentFieldSize?: number, |
|
|
|
ncMaxAttachmentsAllowed?: number, |
|
|
|
ncMaxAttachmentsAllowed?: number, |
|
|
|
isCloud?: boolean, |
|
|
|
isCloud?: boolean, |
|
|
|
|
|
|
|
\** @example OFF *\ |
|
|
|
|
|
|
|
automationLogLevel?: "OFF" | "ERROR" | "ALL", |
|
|
|
|
|
|
|
|
|
|
|
}` OK
|
|
|
|
}` OK
|
|
|
|
* @response `400` `{
|
|
|
|
* @response `400` `{
|
|
|
@ -8548,6 +8550,8 @@ export class Api< |
|
|
|
ncAttachmentFieldSize?: number; |
|
|
|
ncAttachmentFieldSize?: number; |
|
|
|
ncMaxAttachmentsAllowed?: number; |
|
|
|
ncMaxAttachmentsAllowed?: number; |
|
|
|
isCloud?: boolean; |
|
|
|
isCloud?: boolean; |
|
|
|
|
|
|
|
/** @example OFF */ |
|
|
|
|
|
|
|
automationLogLevel?: 'OFF' | 'ERROR' | 'ALL'; |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
/** @example BadRequest [Error]: <ERROR MESSAGE> */ |
|
|
|
/** @example BadRequest [Error]: <ERROR MESSAGE> */ |
|
|
|