Skip to content

Commit 0d8e136

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Return tokens used after recording usage. (#36301)
GitOrigin-RevId: 6c92d3a360e09817bddad44dc9d4bad9db2ddb46
1 parent 34a899f commit 0d8e136

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

npm-packages/dashboard/dashboard-openapi.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,14 @@
23172317
},
23182318
"responses": {
23192319
"200": {
2320-
"description": ""
2320+
"description": "",
2321+
"content": {
2322+
"application/json": {
2323+
"schema": {
2324+
"$ref": "#/components/schemas/GetTokenInfoResponse"
2325+
}
2326+
}
2327+
}
23212328
}
23222329
}
23232330
}

0 commit comments

Comments
 (0)