From 9892ba609e206abc880edde337f6153a977b58e7 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 7 Jul 2017 23:42:29 +0530 Subject: [PATCH] Correct some typos in api docs (#3836) (#3837) Fixes #3836 Signed-off-by: Swapnil Kulkarni --- apidocs/docker-cloud/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apidocs/docker-cloud/index.html b/apidocs/docker-cloud/index.html index 186bf58835..e3369babcf 100644 --- a/apidocs/docker-cloud/index.html +++ b/apidocs/docker-cloud/index.html @@ -210,7 +210,7 @@ set this globally, or specify it before each CLI command. To learn more, see the

An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.

-

Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in Success or Failed states. API calls that do require asynchronous execution will return HTTP code 202 Accepted immediately and create an action object in In progress state, which will change to Success or Failed state depending on the outcome of the operation being performed. In both cases the response will include a X-DockerCloud-Action-URI header with the resource URI of the created action.

+

Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in Success or Failed states. API calls that do require asynchronous execution will return HTTP code 202 Accepted immediately and create an action object in In progress state, which will change to Success or Failed state depending on the outcome of the operation being performed. In both cases the response will include a X-DockerCloud-Action-URI header with the resource URI of the created action.

Attributes

@@ -1452,7 +1452,7 @@ set this globally, or specify it before each CLI command. To learn more, see the
  • iam: IAM-related options (optional) @@ -5265,7 +5265,7 @@ docker-cloud tag set -t tag-2 7eaf7fff roles -List of Docker Cloud roles asigned to this container (see API roles for more information)) +List of Docker Cloud roles assigned to this container (see API roles for more information)) linked_to_container @@ -6328,7 +6328,7 @@ container.execute("ls", handler=msg_handler) action -Type of action that was executed on the object. Posible values: create, update or delete +Type of action that was executed on the object. Possible values: create, update or delete parents