From 82ab106f9183bc2e2197559e81b3c86d5a0d788c Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Thu, 26 Sep 2013 15:30:26 -0500 Subject: [PATCH] Hint for Remote API doc details in header links Upstream-commit: 3f0d0075f8db4ca909db266611ce99023285c061 Component: engine --- components/engine/docs/sources/api/docker_remote_api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/docs/sources/api/docker_remote_api.rst b/components/engine/docs/sources/api/docker_remote_api.rst index 2dd7731755..9727dfd611 100644 --- a/components/engine/docs/sources/api/docker_remote_api.rst +++ b/components/engine/docs/sources/api/docker_remote_api.rst @@ -23,6 +23,8 @@ Docker Remote API - Since API version 1.2, the auth configuration is now handled client side, so the client has to send the authConfig as POST in /images/(name)/push +- This document is mostly a changelog. Click the per-version header for + more detailed request and response documentation. 2. Versions ===========