From b2afe1f53a96bc12ecf398d84a5ee6332b1c86e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20C=C3=A9r=C3=A8s?= Date: Fri, 2 Aug 2024 14:32:47 +0200 Subject: [PATCH] doc: Update request method option to use lowercase in remote-sparql command --- docs/source/cli_ref/cli_remote_sparql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli_ref/cli_remote_sparql.rst b/docs/source/cli_ref/cli_remote_sparql.rst index d9b095170..d1f8691ec 100644 --- a/docs/source/cli_ref/cli_remote_sparql.rst +++ b/docs/source/cli_ref/cli_remote_sparql.rst @@ -26,7 +26,7 @@ The ``remote-sparql`` command allows executing SPARQL queries on a remote server - `-n`, `\-\-named-graph` `` : Optional named graph URI. Can be specified multiple times. The named graph URIs form the `FROM NAMED` clause. - `-i`, `--ignore-query-validation`: Optional flag to forgo query syntax validation before it is sent to a remote server. Default: false. -- `-m`, `\-\-request-method` `` : HTTP request method, `POST-Encoded` is equivalent to ``POST`` request with ``Content-Type:application/x-www-form-urlencoded`` header. `POST-Direct` is equivalent to ``POST`` request with ``Content-Type:application/sparql-query`` header. Default method: GET. +- `-m`, `\-\-request-method` `` : HTTP request method, `post-urlencoded` is equivalent to ``POST`` request with ``Content-Type:application/x-www-form-urlencoded`` header. `POST-Direct` is equivalent to ``POST`` request with ``Content-Type:application/sparql-query`` header. Default method: get. - `-a`, `-of`, `\-\-accept` `` : `Accept` header value which is also an output format. Supported values are listed :ref:`below ` Default: `text/csv`. - `-H`, `\-\-header` `` : Any additional HTTP header to add to the request. Default: none.