Browse Source

chore(sdk): regenerate Api.ts

pull/5349/head
Wing-Kam Wong 2 years ago
parent
commit
a56c95fb9a
  1. 4
      packages/nocodb-sdk/src/lib/Api.ts

4
packages/nocodb-sdk/src/lib/Api.ts

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

Loading…
Cancel
Save