Q. Due to using a sandbox account, I'm unable to successfully access the endpoint for updating a credential (GET /utility/credentials/{credentialId}/updateUrl). Could you please provide the format of the Arcadia Connect URL returned by this endpoint?
Ans:
For updating a credential, we utilize the PATCH function instead of the GET function. GET is employed to retrieve or view data, while PATCH is utilized to modify resources. With PATCH, the client sends partial data to be updated without altering the entire dataset.
The correct format to update credentials would be:
PATCH/utility/credentials/{credentialId
(https://developer.urjanet.net/docs/api/utility-cloud.html?shell#update-credential)
Refer here