Opportunity - Update with API

Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail: N/A
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem:

When running the “Update an opportunity” using the PUT API I am getting a 400 error. WIth the message being “Value does not fall within the expected range.”. I am using Postman and sending the data in the body as a JSON object. It looks as follows:

{
    "responsibleid": "GUID of user",
    "accessList": [
        "GUID of user"
    ]
}

Here is the error message from postman:

{
    "status": 1,
    "statusCode": 400,
    "error": {
        "message": "Value does not fall within the expected range.",
        "hresult": -2147024809,
        "data": {}
    }
}

Community Server/Control Panel version: 12.6.0.21
Type of installation of Workspace (docker, deb/rpm, exe, please point us to the installation guide that you used as well): N/A
OS: N/A
Browser version: N/A
Additional information: This is for our cloud based onlyoffice portal.
Any relevant details about the situation. If you’ve modified configuration files or are using a proxy server that might affect the situation, please mention it. You can also attach images and videofile to the post (or to place them to external storage)

Hello @aloreaux :handshake:

We need some time to reproduce this issue. If we find any information, solutions, or have additional questions regarding this problem, we will notify you.

Thank you.