From 778b446da8ad5905c567d06c23bf6949ddb5fee0 Mon Sep 17 00:00:00 2001 From: Catherine Deskur <46695336+chdeskur@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:54:39 -0500 Subject: [PATCH] chore(docs): add op-id (#5313) add op-id This PR adds an operation id to the webhook example --- fern/pages/api-definition/openapi/webhooks.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fern/pages/api-definition/openapi/webhooks.mdx b/fern/pages/api-definition/openapi/webhooks.mdx index bc71ad9f5e2..b794e1b7ee2 100644 --- a/fern/pages/api-definition/openapi/webhooks.mdx +++ b/fern/pages/api-definition/openapi/webhooks.mdx @@ -11,6 +11,7 @@ paths: /payment/updated/: post: summary: Payment Initiated + operationId: initiatePayment x-fern-webhook: true requestBody: content: @@ -30,4 +31,4 @@ paths: The path that you choose when defining a webhook can be arbitrary. Since webhooks can be sent to any server, Fern just ignores the path. - \ No newline at end of file +