From 76d68f42b67aaaee5ed9d65b33540d862f31d790 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:04:06 +0000 Subject: [PATCH] docs: add paid_partnership changelog entry to translated locales --- es/changelog.mdx | 9 +++++++++ ja/changelog.mdx | 9 +++++++++ ko/changelog.mdx | 9 +++++++++ pt/changelog.mdx | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/es/changelog.mdx b/es/changelog.mdx index 5fb395a15..351c215d7 100644 --- a/es/changelog.mdx +++ b/es/changelog.mdx @@ -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). + + ### 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). + + ### Los endpoints de búsqueda migran al nuevo índice de búsqueda diff --git a/ja/changelog.mdx b/ja/changelog.mdx index 4e0248849..b7e167d6d 100644 --- a/ja/changelog.mdx +++ b/ja/changelog.mdx @@ -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) を有効にしてください。 + + ### Post の `paid_partnership` フィールド + + Post に `paid_partnership` フィールドのサポートを追加しました。 + + - `POST /2/tweets` で Post を作成する際に `"paid_partnership": true` を指定すると、その Post が有料パートナーシップ(つまり、投稿者が有料プロモーションを含むことを開示している)であることを示せます。Post は有料プロモーションとしてラベル付けされます。 + - Post を取得する際は `tweet.fields=paid_partnership` を指定すると値を取得できます(投稿者が有料プロモーションを含むと開示している場合は `true`)。 + + ### 検索エンドポイントを新しい検索インデックスに移行 diff --git a/ko/changelog.mdx b/ko/changelog.mdx index 2d79f80f7..64002d8d0 100644 --- a/ko/changelog.mdx +++ b/ko/changelog.mdx @@ -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)를 활성화하세요. + + ### Post의 `paid_partnership` 필드 + + Post에 `paid_partnership` 필드 지원이 추가되었습니다. + + - `POST /2/tweets`로 Post를 생성할 때 `"paid_partnership": true`로 설정하면 해당 Post가 유료 파트너십(즉, 작성자가 유료 프로모션을 포함한다고 공시함)임을 나타낼 수 있습니다. 해당 Post는 유료 프로모션으로 라벨이 표시됩니다. + - Post를 조회할 때 `tweet.fields=paid_partnership`을 요청하면 값을 가져올 수 있습니다(작성자가 유료 프로모션을 포함한다고 공시한 경우 `true`). + + ### 검색 엔드포인트를 새 검색 인덱스로 마이그레이션 diff --git a/pt/changelog.mdx b/pt/changelog.mdx index 35d1ea50a..9f019cb89 100644 --- a/pt/changelog.mdx +++ b/pt/changelog.mdx @@ -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). + + ### 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). + + ### Endpoints de pesquisa migrando para o novo índice de pesquisa