This is an automated email from the ASF dual-hosted git repository.
rvesse pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new d8a8aaa954 GH-3533: Fix operation name for prefixes-rw
d8a8aaa954 is described below
commit d8a8aaa954217af042f11a236571fc0647a8d823
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Oct 22 12:01:06 2025 +0100
GH-3533: Fix operation name for prefixes-rw
---
jena-fuseki2/examples/config-prefixes.ttl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jena-fuseki2/examples/config-prefixes.ttl
b/jena-fuseki2/examples/config-prefixes.ttl
index 217eed7696..a3b95d00c0 100644
--- a/jena-fuseki2/examples/config-prefixes.ttl
+++ b/jena-fuseki2/examples/config-prefixes.ttl
@@ -13,7 +13,7 @@ PREFIX tdb2: <http://jena.apache.org/2016/tdb#>
fuseki:endpoint [ fuseki:operation fuseki:update ; ] ;
fuseki:endpoint [ fuseki:operation fuseki:prefixes-r ; fuseki:name
"prefixes" ] ;
- fuseki:endpoint [ fuseki:operation fuseki:prefixes-ws ; fuseki:name
"updatePrefixes" ] ;
+ fuseki:endpoint [ fuseki:operation fuseki:prefixes-rw ; fuseki:name
"updatePrefixes" ] ;
fuseki:dataset :dataset ;
.