From 62b4d2acdd2b16fbbb6c88794059b1ebd0bc3878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 14 Mar 2014 13:37:40 +0000 Subject: [PATCH] - Fixed the description of the Accept header --- html/rest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/rest.html b/html/rest.html index cea4dd51..c534352e 100644 --- a/html/rest.html +++ b/html/rest.html @@ -23,7 +23,7 @@ The result of these requests are provided in XML. In the sequel, we describe the various request types. They can be obtained by: <div class="terminal"> -$ curl -L -H "Content-Type: text/xml" '<URL>' +$ curl -L -H "Accept: text/xml" '<URL>' </div> </p> <p> -- GitLab