MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / updateVCard

Method updateVCard

lib/models/dav.js:10863–10865  ·  view source on GitHub ↗
(...params)

Source from the content-addressed store, hash-verified

10861 return defaultParam(createVCard, { headers: this.authHeaders })(params[0]);
10862 }
10863 async updateVCard(...params) {
10864 return defaultParam(updateVCard, { headers: this.authHeaders })(params[0]);
10865 }
10866 async deleteVCard(...params) {
10867 return defaultParam(deleteVCard, { headers: this.authHeaders })(params[0]);
10868 }

Callers 1

updateMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected