After creating a dataset `ds` I have following endpoints ``` SPARQL Query: /ds/ SPARQL Query: /ds/query SPARQL Query: /ds/sparql SPARQL Update: /ds/ SPARQL Update: /ds/update ``` Authentication is only required for `/ds/update` but not for `/ds`.
After creating a dataset
dsI have following endpointsAuthentication is only required for
/ds/updatebut not for/ds.