Hey,
so I've been trying to change some fields over your API, but it seems no matter what I send as a body I always get '422 Error: Unprocessable Entity'. Other API calls seems to work fine (at least these that I've tested). Any way to work this out? Or am I doing something wrong? I've been doing this according to https://api.freshservice.com/#update_asset
Please help :(
I'm using Basic Auth (using admin token - blurred on screenshots) - is there a chance that this token is good for viewing assets but not for modifying them? Or I'd get some other response like 401: Unauthorised?)
Im attaching screenshots from created requests in Postman (GET that works and PUT that should update asset but doesn't). I'll provide cURL command if needed.