Update remote API docs for the removal of deprecated force in docker tag.

This fix updates remote API docs for the removal of deprecated `force` in `docker tag`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 7b08941882668c1c40adb03d9227d22e0aa5e605
Component: engine
This commit is contained in:
Yong Tang
2016-06-01 08:22:59 -07:00
parent 5dcdbc4a5a
commit 0739417adc
2 changed files with 2 additions and 2 deletions

View File

@ -123,6 +123,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /events` now supports filtering by daemon name or ID.
* `GET /images/json` now supports filters `since` and `before`.
* `POST /containers/(id or name)/start` no longer accepts a `HostConfig`.
* `POST /images/(name)/tag` no longer has a `force` query parameter.
### v1.23 API changes