We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45b95a commit c2d1287Copy full SHA for c2d1287
modules/express/src/typedRoutes/api/v2/ofcSignPayload.ts
@@ -32,9 +32,10 @@ export const OfcSignPayloadResponse = {
32
400: BitgoExpressError,
33
} as const;
34
35
-/**
36
- * Request body for signing an arbitrary payload with an OFC wallet key.
+/** Sign payload with an OFC wallet key.
+ * Signs an arbitrary payload with an OFC wallet key.
37
*
38
+ * @tag express
39
* @operationId express.ofc.signPayload
40
*/
41
export const PostOfcSignPayload = httpRoute({
0 commit comments