Hi there,
I receive an 'Invalid JSON' error when trying to create a ticket using JSLint validated JSON via the API.
Please see for reference:
{
"description": "Test",
"subject": "Testing Country Tags, Please Ignore",
"email": "test@test.com",
"status": 2,
"priority": 1,
"tags": ["United Kingdom"]
}
The contents of 'description seem to have no impact on this error.
Could you help me with this, please?