Stuck on a 422 Unprocessable Entity response when pushing bulk evaluation payloads via the /v2/quality/evaluations/bulk endpoint.
Context:
Our AppFoundry integration uses the Node.js SDK v4.2 to submit post-call quality scores. The request body adheres to the schema, yet the response payload returns validationFailed for the score field, claiming it is out of range despite values being between 0 and 100.
Question:
Is there a hidden precision requirement for the score decimal places that isn’t documented, or is this a known SDK serialization bug in version 4.2?