Update zSIGN Document name via API

Update zSIGN Document name via API

Hello,

Based on the following request : 

  1. // Change Ownership api call
  2.   resp = invokeurl
  3.       [
  4. url: "https://sign.zoho.com/api/v1/requests/"+requestId+"/changeownership"
  5. type: PUT
  6. parameters: data
  7. connection: "<Use Connection Name Here>"
  8.       ];


How to update zoho sign document name through API from zoho deluge ?

Thanks,