Appearance
Recaption a model
About 146 wordsLess than 1 minute
apiModels
2025-03-13
Method
POST
Request URL
/plugin/datafor-modeler/api/mondrian/recaption
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Content Type
application/x-www-form-urlencoded
Preconditions
- The current user must have administrative privileges for the model.
Request Example
catalogName: toDel3_11111
catalogCaption: toDel
Name | Location | Type | Required | Description |
---|---|---|---|---|
catalogName | body | string | No | The name of the model to be updated. |
catalogCaption | body | string | No | The new caption for the model. |
Response Examples
{
"msg": "success",
"success": true
}
HTTP Responses
HTTP Status Code | Meaning | Description | Data Schema |
---|---|---|---|
200 | OK | The 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. |