mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.390.1
This commit is contained in:
@@ -516,7 +516,7 @@ import { SDK } from "@lukehagar/discoursejs";
|
||||
const sdk = new SDK();
|
||||
|
||||
async function run() {
|
||||
const result = await sdk.admin.refreshGravatar("<value>");
|
||||
const result = await sdk.admin.refreshGravatar("Frances39");
|
||||
|
||||
// Handle the result
|
||||
console.log(result)
|
||||
@@ -538,7 +538,7 @@ import { adminRefreshGravatar } from "@lukehagar/discoursejs/funcs/adminRefreshG
|
||||
const sdk = new SDKCore();
|
||||
|
||||
async function run() {
|
||||
const res = await adminRefreshGravatar(sdk, "<value>");
|
||||
const res = await adminRefreshGravatar(sdk, "Jody_Pfannerstill");
|
||||
|
||||
if (!res.ok) {
|
||||
throw res.error;
|
||||
|
||||
Reference in New Issue
Block a user