diff --git a/demo/unesco-thesaurus/install.sh b/demo/unesco-thesaurus/install.sh index 5e20424..3e5510b 100755 --- a/demo/unesco-thesaurus/install.sh +++ b/demo/unesco-thesaurus/install.sh @@ -47,7 +47,7 @@ fi printf "\n### Installing SKOS package\n\n" -#install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this" +install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this" printf "\n### Importing SKOS vocabulary\n\n" diff --git a/docs/reference/http-api.ttl b/docs/reference/http-api.ttl index 7ee2905..fbd1b85 100644 --- a/docs/reference/http-api.ttl +++ b/docs/reference/http-api.ttl @@ -113,9 +113,9 @@ Constraint violation - DELETE - Removes the requested document - 204 No Content + DELETE + Removes the requested document + 204 No Content 404 Not Found Document with request URI not found @@ -124,9 +124,9 @@ Deleting root, owner, or secretary documents is not allowed - PATCH - Modifies a document using SPARQL Update - 204 No Content + PATCH + Modifies a document using SPARQL Update + 204 No Content 422 Unprocessable Entity SPARQL update string violates syntax constraints