34 lines
629 B
JSON
34 lines
629 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|