UNPKG

@nocobase/plugin-action-import

Version:

Import records using excel templates. You can configure which fields to import and templates will be generated automatically.

34 lines (33 loc) 629 B
{ "openapi": "3.0.2", "info": { "title": "NocoBase API - Import plugin" }, "tags": [], "paths": { "/{collectionName}:importXlsx": { "post": { "tags": ["$collection"], "description": "", "parameters": [], "responses": { "200": { "description": "OK" } } } }, "/{collectionName}:downloadXlsxTemplate": { "post": { "tags": ["$collection"], "description": "", "parameters": [], "responses": { "200": { "description": "OK" } } } } } }