iris-client icon indicating copy to clipboard operation
iris-client copied to clipboard

Incorrect HTTP request method

Open feereel opened this issue 10 months ago • 0 comments

The function contains the wrong post method instead of the get method

return self._s.pi_post(f'case/{object_name}/{object_id}/comments/list', cid=cid)

feereel avatar Mar 28 '24 15:03 feereel