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.