ERROR MESSAGE: Error submitting the PUT Request to: //integration/v2/custom_field_value/async/
ERROR CODE: 400000
ERROR TITLE: Invalid Payload
ERROR DETAIL: Please check the API documentation for more details on the spec.
In example the custom field value async endpoint provides more error insight, which would be useful to expose:
'{"title":"Invalid Payload","detail":"Please check the API documentation for more details on the spec.","errors":[{"non_field_errors":["No support for updating `description` field for `data`."]}],"code":"400000"}'
Currently we log this out in case of an error:
In example the custom field value async endpoint provides more error insight, which would be useful to expose: