소스 검색

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

Fix content type in doc
Victor Vieux 12 년 전
부모
커밋
52113cc443
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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":[]