diff --git a/pages/docs/concepts/asyncapi-document/securing-operations.md b/pages/docs/concepts/asyncapi-document/securing-operations.md index 488132e189d..9d229cd316b 100644 --- a/pages/docs/concepts/asyncapi-document/securing-operations.md +++ b/pages/docs/concepts/asyncapi-document/securing-operations.md @@ -3,9 +3,9 @@ title: 'Securing Operations' weight: 120 --- -In an AsyncAPI document, the concept of server security implies that the security measures defined at the server level apply to all operations within all channels by default. +The concept of server security implies that the security measures defined at the server level apply to all operations within all channels by default. -## Features of Security in AsyncAPI Documents +## Security Features The security requirements specified at the server level are enforced consistently across the entire Asyncapi document. There may be situations where certain operations within specific channels require different security measures than the default server-level settings.