Hi,
when i try to create a new request using the `create request api`. It seems i can't fill in the custom fields:
curl https://{host}/api/v2/requests.json \
-d '{"request": {"subject": "Help!", "custom_fields": [{"id": 26948671, "value": "test category"}], "comment": {"body": "My printer is on fire!" }}}' \
-v -u {email}/token:{token} -X POST -H "Content-Type: application/json"
Response:
{"error":"RecordInvalid","description":"Record validation errors","details":{"base":[{"description":"Category: cannot be blank","error":"BlankValue","field_key":26948671}}]}}
Any Advice how to solve this is appreciated.
kind Regards