Hello,
In a workflow projection (now called API) task, we have the below action options.
- Create (HTTP POST)
- Read (HTTP GET)
- Update (HTTP PATCH)
- Delete (HTTP DELETE)
- Call (API Methods)
This is great for most use cases, but PATCH is not the only HTTP method for updating resources via web requests. In my particular case, I need to send a PUT request to one of the IFS APIs to update certain data. Is there a way to invoke the PUT method through a projection task? I know I can setup a service user, obtain a bearer token, and run a REST call, but I would rather not have all that additional overhead.
Any and all advice would be appreciated.
Thank you,
Dylan