summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-09-30 17:46:58 -0700
committerJoffrey F <joffrey@docker.com>2016-11-04 15:10:12 -0700
commit3ac73a285b2f370f6aa300d8a55c5af55660d0f4 (patch)
tree21427e4a0b7f2bff19a816027bca1f7e4c986a72 /docs
parentbe2ae8df36271cd49cde308d1bb86609624d3b2c (diff)
downloaddocker-py-1212-fix_create_service.tar.gz
Fix endpoint spec and networks params in update_service1212-fix_create_service
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/services.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services.md b/docs/services.md
index 3935205..69e0649 100644
--- a/docs/services.md
+++ b/docs/services.md
@@ -137,7 +137,7 @@ Update a service.
See the [UpdateConfig class](#UpdateConfig) for details. Default: `None`.
* networks (list): List of network names or IDs to attach the service to.
Default: `None`.
-* endpoint_config (dict): Properties that can be configured to access and load
+* endpoint_spec (dict): Properties that can be configured to access and load
balance a service. Default: `None`.
**Returns:** `True` if successful. Raises an `APIError` otherwise.