Skip to content

Commit c2d1287

Browse files
committed
docs: added tag
TICKET: WP-5443
1 parent b45b95a commit c2d1287

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/express/src/typedRoutes/api/v2/ofcSignPayload.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ export const OfcSignPayloadResponse = {
3232
400: BitgoExpressError,
3333
} as const;
3434

35-
/**
36-
* Request body for signing an arbitrary payload with an OFC wallet key.
35+
/** Sign payload with an OFC wallet key.
36+
* Signs an arbitrary payload with an OFC wallet key.
3737
*
38+
* @tag express
3839
* @operationId express.ofc.signPayload
3940
*/
4041
export const PostOfcSignPayload = httpRoute({

0 commit comments

Comments
 (0)