Hello,
We are using Remote Desktop Manager v2025.2.14.0.
I am working with some automations that leverage the API, and it appears as though the PATCH method does not work, despite receiving a HTTP 200 response back from the server.
Specifically, I am trying to change some attributes on an existing entry in our vault. I am sending a PATCH to this endpoint:
https://our-remote-desktop-manager.com/dps/api/v1/vault/{{vaultId}}/entry/{{entryId}}
And, I'm sending the following raw payload with the PATCH request:
{"name":"Test Device Name", "description" : "Test Description via API call"}
I receive an HTTP 200 back from RDM.. but when I go and check the vault, nothing has changed. If I look at the History section of the device entry in the RDM web interface, I do see the change event in the history.
Do you have any idea what the issue could be?