32 lines
546 B
JSON
32 lines
546 B
JSON
{
|
|
"openapi": "3.0.2",
|
|
"info": {
|
|
"title": "NocoBase API - System settings plugin"
|
|
},
|
|
"tags": [],
|
|
"paths": {
|
|
"/systemSettings:get": {
|
|
"get": {
|
|
"description": "",
|
|
"parameters": [],
|
|
"responses": {
|
|
"200": {
|
|
"description": "OK"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"/systemSettings:update": {
|
|
"post": {
|
|
"description": "",
|
|
"parameters": [],
|
|
"responses": {
|
|
"200": {
|
|
"description": "OK"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|