MCPcopy
hub / github.com/1Panel-dev/KubePi / updateProfile

Function updateProfile

web/kubepi/src/api/auth.js:21–23  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

19}
20
21export function updateProfile(data) {
22 return put(authUrl, data)
23}
24
25export function updatePassword(data, config) {
26 return put(`${authUrl}/password`, data, undefined, config)

Callers 2

setLanguageFunction · 0.90
setLanguageFunction · 0.90

Calls 1

putFunction · 0.90

Tested by

no test coverage detected