Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ keywords: ["registro de cambios", "actualizaciones de la API", "notas de la vers

Para suscribirte a las actualizaciones, [**"Activa las notificaciones"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="3 de junio de 2026" description="X API v2">
### Campo `paid_partnership` en Posts

Se agregó compatibilidad con el campo `paid_partnership` en los Posts.

- Al crear un Post mediante `POST /2/tweets`, establece `"paid_partnership": true` para indicar que el Post es una colaboración paga (es decir, el autor divulga que contiene promoción pagada). El Post se etiquetará como promoción pagada.
- Al leer Posts, solicita `tweet.fields=paid_partnership` para obtener el valor (`true` si el autor ha divulgado el Post como contenido de promoción pagada).
</Update>

<Update label="4 de mayo de 2026" description="X API v2">
### Los endpoints de búsqueda migran al nuevo índice de búsqueda

Expand Down
9 changes: 9 additions & 0 deletions ja/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ keywords: ["変更履歴", "API 更新", "リリースノート", "新着情報"

更新情報の通知を受け取るには、[**@API**](https://x.com/api) の [**「通知をオンにする」**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) を有効にしてください。

<Update label="2026 年 6 月 3 日" description="X API v2">
### Post の `paid_partnership` フィールド

Post に `paid_partnership` フィールドのサポートを追加しました。

- `POST /2/tweets` で Post を作成する際に `"paid_partnership": true` を指定すると、その Post が有料パートナーシップ(つまり、投稿者が有料プロモーションを含むことを開示している)であることを示せます。Post は有料プロモーションとしてラベル付けされます。
- Post を取得する際は `tweet.fields=paid_partnership` を指定すると値を取得できます(投稿者が有料プロモーションを含むと開示している場合は `true`)。
</Update>

<Update label="2026 年 5 月 4 日" description="X API v2">
### 検索エンドポイントを新しい検索インデックスに移行

Expand Down
9 changes: 9 additions & 0 deletions ko/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ keywords: ["변경 로그", "API 업데이트", "릴리스 노트", "새로운

업데이트를 구독하려면 [**@API**](https://x.com/api)의 [**"알림 켜기"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive)를 활성화하세요.

<Update label="2026년 6월 3일" description="X API v2">
### Post의 `paid_partnership` 필드

Post에 `paid_partnership` 필드 지원이 추가되었습니다.

- `POST /2/tweets`로 Post를 생성할 때 `"paid_partnership": true`로 설정하면 해당 Post가 유료 파트너십(즉, 작성자가 유료 프로모션을 포함한다고 공시함)임을 나타낼 수 있습니다. 해당 Post는 유료 프로모션으로 라벨이 표시됩니다.
- Post를 조회할 때 `tweet.fields=paid_partnership`을 요청하면 값을 가져올 수 있습니다(작성자가 유료 프로모션을 포함한다고 공시한 경우 `true`).
</Update>

<Update label="2026년 5월 4일" description="X API v2">
### 검색 엔드포인트를 새 검색 인덱스로 마이그레이션

Expand Down
9 changes: 9 additions & 0 deletions pt/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ keywords: ["registro de alterações", "atualizações da API", "notas de versã

Para se inscrever para receber atualizações, [**"Ative as notificações"**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) para [**@API**](https://x.com/api).

<Update label="3 de junho de 2026" description="X API v2">
### Campo `paid_partnership` em Posts

Adicionado suporte ao campo `paid_partnership` em Posts.

- Ao criar um Post via `POST /2/tweets`, defina `"paid_partnership": true` para indicar que o Post é uma parceria paga (ou seja, o autor está divulgando que contém promoção paga). O Post será rotulado como promoção paga.
- Ao ler Posts, solicite `tweet.fields=paid_partnership` para obter o valor (`true` se o autor tiver divulgado o Post como contendo promoção paga).
</Update>

<Update label="4 de maio de 2026" description="X API v2">
### Endpoints de pesquisa migrando para o novo índice de pesquisa

Expand Down