Hi,
I want to update a custom field using the freshdesk API.
This is the request I am making:
Fresh.tickets.update_ticket(freshdesk_id, custom_fields={'Some Field': some_value})
This is the response I get:
freshdesk.v2.errors.FreshdeskBadRequest: Validation failed: d{'field': 'Some Field', 'message': 'Unexpected/invalid field in request', 'code': 'invalid_field'}]