mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 22:28:04 +00:00
22 lines
364 B
JSON
22 lines
364 B
JSON
|
{
|
||
|
"openapi": "3.0.2",
|
||
|
"info": {
|
||
|
"title": "NocoBase API - Export plugin"
|
||
|
},
|
||
|
"tags": [],
|
||
|
"paths": {
|
||
|
"/{collectionName}:export": {
|
||
|
"post": {
|
||
|
"tags": ["$collection"],
|
||
|
"description": "",
|
||
|
"parameters": [],
|
||
|
"responses": {
|
||
|
"200": {
|
||
|
"description": "OK"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|