Index: rest-config-examples-curl.rst =================================================================== --- rest-config-examples-curl.rst (revision 14383) +++ rest-config-examples-curl.rst (working copy) @@ -51,6 +51,13 @@ curl -XGET http://localhost:8080/geoserver/rest/workspaces/acme.xml +Creating a workspace also creates a namespace. The namespace should be updated +with a valid URI. + + curl -u admin:geoserver -v -XPUT -H 'Content-Type: application/xml' \ + -d 'acmehttp://www.acme.com' \ + http://localhost:8080/geoserver/rest/namespaces/acme + Uploading a Shapefile ---------------------