You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code should result in case being closed, however endpoint respond with modified case (description is updated correctly), but not closed.
Possible Solutions
I think this has something to do with the fact that api.case() return object does not have all case fields included. Maybe api.update_case does not verify/check all fields when updating the case?
Problem is non existing when I use requests.patch().
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
Unable to close case with api.update_case().
Steps to Reproduce
Possible Solutions
I think this has something to do with the fact that
api.case()
return object does not have all case fields included. Maybeapi.update_case
does not verify/check all fields when updating the case?Problem is non existing when I use
requests.patch()
.The text was updated successfully, but these errors were encountered: