From 57f0b2db08ef2ff57abfa06295ee37ba4df39994 Mon Sep 17 00:00:00 2001 From: Stacy Souza Date: Mon, 29 Jun 2026 17:29:42 -0700 Subject: [PATCH] formatting --- .../version-0.13/capabilities/server/external-endpoints.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-0.13/capabilities/server/external-endpoints.mdx b/versioned_docs/version-0.13/capabilities/server/external-endpoints.mdx index bfbf0371..cf4b08c3 100644 --- a/versioned_docs/version-0.13/capabilities/server/external-endpoints.mdx +++ b/versioned_docs/version-0.13/capabilities/server/external-endpoints.mdx @@ -240,7 +240,7 @@ This is a powerful and potentially problematic feature because it allows an app To help mods evaluate your app, document each external endpoint clearly, and only expose endpoints that are necessary for your app’s functionality. -## **Choosing between callbacks and managed tokens** +## Choosing between callbacks and managed tokens Use **callback tokens** when your app initiates a workflow and needs a secure way for an external service to return a result with the same context.