Appearance
Set olap config
About 140 wordsLess than 1 minute
apiSystem Settings
2025-03-13
MethodPOST
Request URL
/plugin/datafor/api/modeler/olap/config/updateBatch
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Content Typeapplication/x-www-form-urlencoded
Preconditions
- The current user's type must be Administrator.
Request Example
[
{
"code": "mondrian.olap.NullMemberCaption",
"value": "#null"
}
]
Body Request Schema
Name | Type | Required | Description |
---|---|---|---|
code | string | Yes | Configuration code identifier |
value | string | Yes | New value for the specified configuration |
Response Examples
{
"msg": "success",
"success": true
}
HTTP Responses
HTTP Status Code | Meaning | Description | Data schema |
---|---|---|---|
200 | OK | Request was successful | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Description |
---|---|---|---|
msg | string | No | Response message |
success | boolean | Yes | Indicates whether the request was successful |