Hello everyone, i’m currently working on an app that needs to update a custom field in the ticket properties and i found that the API call that can just do that is a PUT request. However, it seems like the Request method does not support PUT requests and i need to provide basic auth to the call in order to perform it. I ran a test on Postman using the PUT request and was succesful doing so but i don’t know how to perform this call in an app using secure iparams or if that’s possible at all.
This is the api call in the doc
Is there a workaround for this or should i just not use iparams and instead use a library that supports PUT requests?