A promise that is resolved once the get action has been performed.
Returns a promise that is resolved once the update action has been performed; this action updates the media vault settings resource.
A media vault settings object used to update media vault settings in the system.
A promise that is resolved once the update action has been performed.
Generated using TypeDoc
Returns a promise that is resolved once the get action has been performed. Success response returns media vault settings resource.
mediaVaultSettingsClient.get() .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });