From 8c80643e37e722b03ac8ca555f7bd579ce5c69b1 Mon Sep 17 00:00:00 2001 From: chdeskur Date: Thu, 10 Oct 2024 11:03:43 -0400 Subject: [PATCH] update naming --- fern/assets/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/assets/styles.css b/fern/assets/styles.css index bb564dd..d7e6cd9 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -79,7 +79,7 @@ } #\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type:before { - content: "This endpoint returns a message with the following payload:"; + content: "Vapi will make a request to your server with the following object:"; color: #0008059f; font-size: .875rem; } @@ -89,7 +89,7 @@ } #\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before { - content: "This endpoint returns a message with the following payload:"; + content: "Vapi will make a request to your server with the following object:"; color: #0008059f; font-size: .875rem; } \ No newline at end of file