How can I update a resource description or URI using the API?

Hi,

is there way to update name, URI or description of resource over API?
I can find just update of password.
I need to change http:// URI to https:// and as there is lot of records I hoped to do it over API.

Hi,

Yes it’s possible, see:


or
https://api-reference.passbolt.com/#/Resource/updatePassword

Hi, so I tried to reduce request to “{“uri”:“my-uri”}” as you have in documentation that “Any parameters not provided will be left unchanged.” but I still got 400 in response