Hey team,
We have several custom fields that are checkboxes on the ticket form. Is it possible to check/uncheck them using an API call? So far I had no luck doing so.
{
"ticket": {
"custom_fields": [
{
"id": 31040284313501,
"value": true
}
]
}
}
Thanks!