Closed
Description
Request Type
Bug
Problem Description
When trying to create an alert or a case, using a custom field of type integer
, the API returns 400 with the following error:
{
"type":"BadRequest",
"message":"Invalid value type for custom field.\n Expected: integer\n Found : Some(9) (class scala.Some)"
}