mirror of https://github.com/docker/docs.git
Merge pull request #6210 from tiborvass/fix_doc_remove_insert_remote_api
Move doc section in Remote API about removing insert from v1.11 to v1.12
This commit is contained in:
commit
fe706af3c0
|
@ -50,6 +50,9 @@ All the JSON keys are now in CamelCase
|
||||||
**New!**
|
**New!**
|
||||||
Trusted builds are now Automated Builds - `is_trusted` is now `is_automated`.
|
Trusted builds are now Automated Builds - `is_trusted` is now `is_automated`.
|
||||||
|
|
||||||
|
**Removed Insert Endpoint**
|
||||||
|
The insert endpoint has been removed.
|
||||||
|
|
||||||
## v1.11
|
## v1.11
|
||||||
|
|
||||||
### Full Documentation
|
### Full Documentation
|
||||||
|
@ -63,9 +66,6 @@ Trusted builds are now Automated Builds - `is_trusted` is now `is_automated`.
|
||||||
**New!**
|
**New!**
|
||||||
You can now ping the server via the `_ping` endpoint.
|
You can now ping the server via the `_ping` endpoint.
|
||||||
|
|
||||||
**Removed Insert Endpoint**
|
|
||||||
The insert endpoint has been removed.
|
|
||||||
|
|
||||||
`GET /events`
|
`GET /events`
|
||||||
|
|
||||||
**New!**
|
**New!**
|
||||||
|
|
Loading…
Reference in New Issue