From ea67669a2623784c1ec935cd414e11ac687bf064 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:43:08 +0000 Subject: [PATCH 1/2] docs: add Jul 6 changelog entry for XDK refresh --- changelog.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 8ef5fb3e7..9b8ec62b0 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,6 +7,14 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api). + + ### Python and TypeScript XDKs refreshed to the latest X API v2 spec + + Today, we refreshed the [Python](/xdks/python/overview) and [TypeScript](/xdks/typescript/overview) XDKs against the latest X API v2 OpenAPI spec. This brings SDK method coverage, request/response types, and schema definitions in line with the most recent endpoint additions — including [Articles](/x-api/articles/introduction) drafting and publishing and the `post.create` / `post.delete` events on the [X Activity API](/x-api/activity/introduction). + + Upgrade with `pip install --upgrade xdk` or `npm install @xdevplatform/xdk@latest`. + + ### Articles draft and publish endpoints From 323bcf6b72284666b73c064b3601bd14a8aec3fe Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:45:34 +0000 Subject: [PATCH 2/2] docs: mirror Jul 6 changelog entry into es, ja, pt, ko --- es/changelog.mdx | 8 ++++++++ ja/changelog.mdx | 8 ++++++++ ko/changelog.mdx | 8 ++++++++ pt/changelog.mdx | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/es/changelog.mdx b/es/changelog.mdx index 96daa5bb1..41c7dee9f 100644 --- a/es/changelog.mdx +++ b/es/changelog.mdx @@ -7,6 +7,14 @@ 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). + + ### Los XDK de Python y TypeScript se actualizaron con la última especificación de la X API v2 + + Hoy actualizamos los XDK de [Python](/xdks/python/overview) y [TypeScript](/xdks/typescript/overview) con la última especificación OpenAPI de la X API v2. Esto alinea la cobertura de métodos del SDK, los tipos de solicitud/respuesta y las definiciones de esquema con las incorporaciones de endpoints más recientes, incluidos la creación de borradores y la publicación de [Articles](/x-api/articles/introduction) y los eventos `post.create` / `post.delete` en la [X Activity API](/x-api/activity/introduction). + + Actualiza con `pip install --upgrade xdk` o `npm install @xdevplatform/xdk@latest`. + + ### Endpoints de borrador y publicación de Articles diff --git a/ja/changelog.mdx b/ja/changelog.mdx index 2accc0329..fb7516d4d 100644 --- a/ja/changelog.mdx +++ b/ja/changelog.mdx @@ -7,6 +7,14 @@ 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) を有効にしてください。 + + ### Python および TypeScript XDK を最新の X API v2 仕様に更新 + + 本日、[Python](/xdks/python/overview) および [TypeScript](/xdks/typescript/overview) XDK を最新の X API v2 OpenAPI 仕様に合わせて更新しました。これにより、SDK のメソッドカバレッジ、リクエスト/レスポンスの型、スキーマ定義が、[Articles](/x-api/articles/introduction) のドラフト作成および公開、[X Activity API](/x-api/activity/introduction) における `post.create` / `post.delete` イベントなど、最新のエンドポイント追加と一致します。 + + `pip install --upgrade xdk` または `npm install @xdevplatform/xdk@latest` でアップグレードしてください。 + + ### Articles のドラフトおよび公開エンドポイント diff --git a/ko/changelog.mdx b/ko/changelog.mdx index 8a2e3c0b9..a4fd91f68 100644 --- a/ko/changelog.mdx +++ b/ko/changelog.mdx @@ -7,6 +7,14 @@ 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)를 활성화하세요. + + ### 최신 X API v2 사양에 맞춰 Python 및 TypeScript XDK 갱신 + + 오늘 [Python](/xdks/python/overview) 및 [TypeScript](/xdks/typescript/overview) XDK를 최신 X API v2 OpenAPI 사양에 맞춰 갱신했습니다. 이를 통해 SDK 메서드 범위, 요청/응답 타입, 스키마 정의가 [Articles](/x-api/articles/introduction) 초안 작성 및 게시, [X Activity API](/x-api/activity/introduction)의 `post.create` / `post.delete` 이벤트를 포함한 최신 엔드포인트 추가 사항과 일치하게 되었습니다. + + `pip install --upgrade xdk` 또는 `npm install @xdevplatform/xdk@latest`로 업그레이드하세요. + + ### Articles 초안 작성 및 게시 엔드포인트 diff --git a/pt/changelog.mdx b/pt/changelog.mdx index 278c54b65..7e1a61eb7 100644 --- a/pt/changelog.mdx +++ b/pt/changelog.mdx @@ -7,6 +7,14 @@ 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). + + ### XDKs de Python e TypeScript atualizados para a especificação mais recente da X API v2 + + Hoje, atualizamos os XDKs de [Python](/xdks/python/overview) e [TypeScript](/xdks/typescript/overview) para a especificação OpenAPI mais recente da X API v2. Isso alinha a cobertura de métodos do SDK, os tipos de requisição/resposta e as definições de esquema com as adições de endpoints mais recentes — incluindo o rascunho e a publicação de [Articles](/x-api/articles/introduction) e os eventos `post.create` / `post.delete` na [X Activity API](/x-api/activity/introduction). + + Atualize com `pip install --upgrade xdk` ou `npm install @xdevplatform/xdk@latest`. + + ### Endpoints de rascunho e publicação de Articles