From 610c24d59a3886e3b52db500330782294fbbfe18 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 00:25:09 +0000 Subject: [PATCH] /-/jump is a stable documented endpoint, not a debug exemption Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GrHZSypDfMnym1tM5XJAFZ --- docs/introspection.rst | 2 +- docs/json_api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introspection.rst b/docs/introspection.rst index ea94b70d..b78e4860 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -9,7 +9,7 @@ Each of these pages can be viewed in your browser. Add ``.json`` to the URL to g JSON responses that return an object include an ``"ok": true`` key, consistent with the rest of the :ref:`JSON API `. -The introspection endpoints documented on this page are covered by the :ref:`JSON API stability promise `, with the exception of the debug endpoints ``/-/threads``, ``/-/actions`` and ``/-/jump``, whose shapes may change in future releases. +The introspection endpoints documented on this page are covered by the :ref:`JSON API stability promise `, with the exception of the debug endpoints ``/-/threads`` and ``/-/actions``, whose shapes may change in future releases. .. _JsonDataView_metadata: diff --git a/docs/json_api.rst b/docs/json_api.rst index ec60a3a9..a96fd73d 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -48,7 +48,7 @@ Some JSON endpoints are **exempt** from this promise: debug playground. - Debug and support endpoints are documented so you can use them, but their JSON shapes are not frozen: :ref:`/-/threads `, - :ref:`/-/actions `, :ref:`/-/jump `, + :ref:`/-/actions `, the :ref:`permission debug endpoints ` (``/-/allowed``, ``/-/rules``, ``/-/check``) and the :ref:`table autocomplete endpoint `.