Hi Nidheesh,
I don't think this is changeable by customers. Please work with support/your CSM to have this changed.
------------------------------
Gino Fortunato
Senior Solution Engineer
Reltio
------------------------------
Original Message:
Sent: 08-02-2024 13:33
From: Nidheesh Radhakrishnan
Subject: Increase object size limit
We have a requirement of creating an entity called Drugs in a separate entity type and we have 250+ drugs that are under another entity type. We have to link both these entities. But the object size limit is 200.
Now,
- Checked the Object size limits Reltio documentation and thought of increasing the limit. But didn't get the complete URL from the documentation for updating the config via POST.
When we use the POST API call to increase the limit, we receive the below error.
Request method: POST
Request headers:
Authorization: Bearer {{accessToken}}
Content-Type: application/json
Request body:
{
"objectSizeLimits": {
"maxAttributeValues": 1000
}
}
Response body:
{
"severity": "Error",
"errorMessage": "Unsupported request. Request method 'POST' not supported",
"errorCode": 2003,
"errorDetailMessage": "Invalid path, request method or content-type in user request",
"innerErrorData": {
"exception": "Request method 'POST' not supported"
}
}
- Is there a better approach to consider without increasing the limit?
Kindly extend your help.
------------------------------
Nidheesh Radhakrishnan
MDM Developer
Novartis
------------------------------