Update Delivery Note via PUT API?

yes

I want to add an item to the delivery note’s items array, So I have used PUT API to update the record.

It gives the PUT API’s response correctly. But when I fetch that record again through GET API, It seems like not updated.

Why???