Content
You are here:
Can't modify WorkPackage using API
Added by Ginanjar Wahyu Subekti over 5 years ago
I tried modifying WorkPackage using the API /api/v3/work_packages/{id}/form uses postman. I have used the POST method by sending a JSON containing the payload I want to modify. The response status is 200 and the response show that the data has been changed but when viewed on web page no changes occur.
Attached is my postman request to the API, please advise if I use the API incorrectly