MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / updateAccount

Function updateAccount

dashboard/src/api/v1.ts:619–624  ·  view source on GitHub ↗
(payload: UpdateAccountRequest)

Source from the content-addressed store, hash-verified

617 );
618 },
619 updateAccount(payload: UpdateAccountRequest) {
620 return withLegacyFallback<OpenConfig>(
621 openApiV1.updateAuthAccount({ body: payload }),
622 () => httpClient.post<ApiEnvelope<OpenConfig>>('/api/auth/account/edit', payload),
623 );
624 },
625};
626
627export const apiKeyApi = {

Callers

nothing calls this directly

Calls 2

withLegacyFallbackFunction · 0.85
postMethod · 0.45

Tested by

no test coverage detected