Skip to content

Commit

Permalink
docs(extensions): update latest extensions documentation (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Apr 25, 2024
1 parent 7ae65df commit ee8d2ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/docs/reference/extensions/x.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: 'x'
weight: 12
---

# Twitter Extension
This document defines how to use `twitter` extension in AsyncAPI documents.
# Twitter/X Extension
This document defines how to use `x` extension in AsyncAPI documents.

## Overview
This extension allows you to provide the Twitter username of the account representing the team/company of the API.
This extension allows you to provide the Twitter/X username of the account representing the team/company of the API.

## Version
Current version is `0.1.0`.
Expand All @@ -16,7 +16,7 @@ Current version is `0.1.0`.

### Type: String

Name of the Twitter username.
Name of the Twitter/X username.

## Extension Location

Expand All @@ -30,5 +30,5 @@ asyncapi: '3.0.0'
info
title: Strretlights Kafka API
version: '1.0.0'
x-twitter: StreetLightData
x-x: StreetLightData
```

0 comments on commit ee8d2ef

Please sign in to comment.