Hi @Chris Detzel,
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 something which we are missing?
------------------------------
Nidheesh Radhakrishnan
MDM Developer
Novartis
------------------------------