diff --git a/README.md b/README.md index d91fec85..586ddccf 100755 --- a/README.md +++ b/README.md @@ -128,7 +128,8 @@ setup a Azure instance with HSDS. See: - Source code: - Forum: -- Documentation: (For REST API) +- Documentation: +- REST API: ## Other useful resources diff --git a/hsds/attr_dn.py b/hsds/attr_dn.py index b3b0d081..456e9854 100755 --- a/hsds/attr_dn.py +++ b/hsds/attr_dn.py @@ -149,7 +149,7 @@ async def GET_Attributes(request): if "bucket" in params: bucket = params["bucket"] else: - msg = "POST Attributes without bucket param" + msg = "GET Attributes without bucket param" log.warn(msg) raise HTTPBadRequest(reason=msg)