Volume Update
Updates the specified Docker volume's configuration. This operation allows you to modify properties of an existing volume identified by its name in the path parameter. The endpoint accepts a PUT request to /volumes/{name} where {name} is the unique identifier of the volume you wish to update. You can use this to change volume settings such as labels, driver options, or other mutable volume attributes depending on the volume driver being used. The operation requires appropriate permissions to ...