I'm using tRest component to update data in an API. This API returns a 204 code with no content. tRest component has a ERROR behaviour althought that data are correctly updated...
I would like to consider this 204 as a normal behaviour. is it possible ?
Hi
The error code is defined and returned from rest API, you can change it to another value after tRest, for example:
tRest--main--tMap--main....
on tMap:
row1.ERROR_CODE==204?another value:row1.ERROR_CODE
Regards
Shong
I'm use tRESTClient - it has (sorry, I use tREST long time ago, and just automatically - any api == tRESTClient) try test it, historically it was not in Studio, but now it present