Agent is not required when submitting a ticket:
But I’m getting 400 Bad Request response status when attempting to create an unassigned ticket via the API:
{
"description": "Validation failed",
"errors": s
{
"field": "responder_id",
"message": "It should be a/an Positive Integer",
"code": "invalid_value"
}
]
}
This old post seems to confirm responder_id is not required:
What am I doing wrong?