Browse Source

minor touch-up in api/version-history.md

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 6 years ago
parent
commit
9d9d3fe4b4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/api/version-history.md

+ 1 - 2
docs/api/version-history.md

@@ -49,7 +49,6 @@ keywords: "API, Docker, rcli, REST, documentation"
 * `GET /info` now returns information about `DataPathPort` that is currently used in swarm
 * `GET /info` now returns information about `DataPathPort` that is currently used in swarm
 * `GET /info` now returns `PidsLimit` boolean to indicate if the host kernel has
 * `GET /info` now returns `PidsLimit` boolean to indicate if the host kernel has
   PID limit support enabled.
   PID limit support enabled.
-
 * `GET /swarm` endpoint now returns DataPathPort info
 * `GET /swarm` endpoint now returns DataPathPort info
 * `POST /containers/create` now takes `KernelMemoryTCP` field to set hard limit for kernel TCP buffer memory.
 * `POST /containers/create` now takes `KernelMemoryTCP` field to set hard limit for kernel TCP buffer memory.
 * `GET /service` now  returns `MaxReplicas` as part of the `Placement`.
 * `GET /service` now  returns `MaxReplicas` as part of the `Placement`.
@@ -57,7 +56,7 @@ keywords: "API, Docker, rcli, REST, documentation"
 * `POST /service/create` and `POST /services/(id or name)/update` now take the field `MaxReplicas`
 * `POST /service/create` and `POST /services/(id or name)/update` now take the field `MaxReplicas`
   as part of the service `Placement`, allowing to specify maximum replicas per node for the service.
   as part of the service `Placement`, allowing to specify maximum replicas per node for the service.
 * `GET /containers` now returns `Capabilities` field as part of the `HostConfig`.
 * `GET /containers` now returns `Capabilities` field as part of the `HostConfig`.
-* `GET /containers/{id}` now returns a `Capabilities` field as part of the `HostConfig`.
+* `GET /containers/{id}/json` now returns a `Capabilities` field as part of the `HostConfig`.
 * `POST /containers/create` now takes a `Capabilities` field to set the list of
 * `POST /containers/create` now takes a `Capabilities` field to set the list of
   kernel capabilities to be available for the container (this overrides the default
   kernel capabilities to be available for the container (this overrides the default
   set).
   set).