Hi, as per the PATCH request convention and also per the convention in your API docs, specifying just the modified properties in the request body should be sufficient. It works that way for some PATCH requests. However, the endpoint for updating registry credentials requires all the properties, even though the request URI does uniquely identify the registry credentials object being modified, so it should be possibly to simply update the token value without having to specify the existing values for all the other properties. Could I be wrong here or is this an oversight in the PATCH implementation for this endpoint?
I tried to paste links to your docs but I get an error saying I can’t include links in my post.