From 00bee3643353d1a13a4c92d106067b45931df3df Mon Sep 17 00:00:00 2001 From: Michael Sun <55160142+MichaelSun48@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:09:27 -0700 Subject: [PATCH] Fix markdown bold formatting --- develop-docs/application/api/public.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/application/api/public.mdx b/develop-docs/application/api/public.mdx index 777bd611b5c98..575157b724a3a 100644 --- a/develop-docs/application/api/public.mdx +++ b/develop-docs/application/api/public.mdx @@ -436,7 +436,7 @@ within that endpoint can change at any time. This is a relic from migrating the our prior approach. Note that, going forward, we recommend new endpoints always provide response schema. -** Can customers use private endpoints?** +**Can customers use private endpoints?** Yes, if they wish. However private endpoints are liable to change without notice at any time, potentially breaking the customer's code. Please be careful using them.