From 0d1906feea511cbfd1695adbb0b39dfdfae2caeb Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Wed, 4 Jun 2014 18:30:10 -0700 Subject: [PATCH] Move doc section in Remote API about removing insert from v1.11 to v1.12 Docker-DCO-1.1-Signed-off-by: Tibor Vass (github: tiborvass) --- docs/sources/reference/api/docker_remote_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api.md b/docs/sources/reference/api/docker_remote_api.md index 9db9a9757d..9d4069f70a 100644 --- a/docs/sources/reference/api/docker_remote_api.md +++ b/docs/sources/reference/api/docker_remote_api.md @@ -50,6 +50,9 @@ All the JSON keys are now in CamelCase **New!** Trusted builds are now Automated Builds - `is_trusted` is now `is_automated`. +**Removed Insert Endpoint** +The insert endpoint has been removed. + ## v1.11 ### Full Documentation @@ -63,9 +66,6 @@ Trusted builds are now Automated Builds - `is_trusted` is now `is_automated`. **New!** You can now ping the server via the `_ping` endpoint. -**Removed Insert Endpoint** -The insert endpoint has been removed. - `GET /events` **New!**