Browse Source

fix content type in doc

Victor Vieux 12 năm trước cách đây
mục cha
commit
949a649cc2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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":[]