Unable to update CC value in email template

Hi Everyone,

We are trying to update CC value in IDN email template but API is giving 400 response after following steps in this page API to configure email

REST URL : https://<Org>.api.identitynow.com/cc/api/emailTemplate/update?filter={property: 'id', value:'2c9180877ddfb11d017e26a464a137b', operation: 'EQ'}
REST Method : POST
REST Body:
[{"name": "cc","value": "[email protected]"}]


Response Code : 400
Response Body:

{
    "msg_template": "Missing or invalid arguments: {0}",
    "slpt_error_code": "SLPT-1000",
    "formatted_msg": "(SLPT-1000) Missing or invalid arguments: com.cloudmasons.UpdateEmailTemplateCmd@22dda631",
    "exception_id": "1800993DAD0",
    "errorDetail": [],
    "error_code": 1000,
    "exception_class": "com.cloudmasons.exceptions.SLPTInvalidArgException",
    "exception_detail": {
        "file": "ApiEmailTemplateController.groovy",
        "method": "update",
        "line_number": 270,
        "class": "com.cloudmasons.ApiEmailTemplateController"
    },
    "http_response_code": 400,
    "timestamp": "2022-04-08 14:28:46.416",
    "exception_message": "(SLPT-1000) Missing or invalid arguments: com.cloudmasons.UpdateEmailTemplateCmd@22dda631",
    "arg_list": [
        {
            "subject": null,
            "attributes": null,
            "id": null,
            "body": null,
            "params": {
                "subject": null,
                "attributes": [],
                "body": null
            },
            "errors": {
                "errors": [
                    {
                        "rejected-value": null,
                        "field": "id",
                        "message": "Property [id] of class [class com.cloudmasons.UpdateEmailTemplateCmd] cannot be null",
                        "object": "com.cloudmasons.UpdateEmailTemplateCmd"
                    }
                ]
            }
        }
    ]
}


As per the documentation we have tried to check with full body in request as well but we are getting same response every time.

If anyone implemented this can you please share API details and cc value should have manager email.

Thanks in advance!

This api is only for updating email template bodies/subject…
CC data can only be updated from comes from the aggregations and is
synced over to cc.