MCPcopy Index your code
hub / github.com/outerbase/studio / updateOuterbaseUserPassword

Function updateOuterbaseUserPassword

src/outerbase-cloud/api-account.ts:21–26  ·  view source on GitHub ↗
(data: {
  new_password: string;
  old_password: string;
})

Source from the content-addressed store, hash-verified

19}
20
21export async function updateOuterbaseUserPassword(data: {
22 new_password: string;
23 old_password: string;
24}) {
25 return await requestOuterbase(`/api/v1/me/profile/password`, "PUT", data);
26}
27
28export async function updateOuterbaseUserFlag(editor_theme: string) {
29 return await requestOuterbase(`/api/v1/me/flag`, "POST", {

Callers 1

UserFormInputFunction · 0.90

Calls 1

requestOuterbaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…