return $.ajax({
                type: 'PUT',
                url: this._getUrl('shares/' + encodeURIComponent(shareId)),
                data: JSON.stringify(properties),
                dataType: 'json',