Skip to content

Commit

Permalink
Update pages/docs/concepts/asyncapi-document/add-server.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Quetzalli  <[email protected]>
  • Loading branch information
kakabisht and quetzalliwrites authored Nov 23, 2023
1 parent ec16959 commit e53ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/concepts/asyncapi-document/add-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Servers interact with AsyncAPI apps by following configurations defined in the A
Here's an example of a server to publish messages to a channel.

1. The server establishes connections based on the server configurations in the AsyncAPI document.
1. The server uses the publishMessage operation ID to publish messages to the channel. The message payload follows the defined schema in the ChatMessage message component.
1. The server uses the `publishMessage` operation ID to publish messages to the channel. The message payload follows the defined schema in the `ChatMessage` message component.
1. When an app subscribes to the chat.message channel, it receives the published messages.

```yaml
Expand Down

0 comments on commit e53ba8e

Please sign in to comment.