Pārlūkot izejas kodu

Merge pull request #670 from dotcloud/669-wrong_content_type_create-fix

Fix content type in doc
Victor Vieux 12 gadi atpakaļ
vecāks
revīzija
52113cc443
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      docs/sources/api/docker_remote_api.rst

+ 2 - 1
docs/sources/api/docker_remote_api.rst

@@ -118,7 +118,8 @@ Create a container
 	.. sourcecode:: http
 
 	   HTTP/1.1 201 OK
-	   
+	   Content-Type: application/json
+
 	   {
 		"Id":"e90e34656806"
 		"Warnings":[]