summaryrefslogtreecommitdiffstats
path: root/API.md
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-04-08 09:00:37 -0400
committerSimo Sorce <simo@redhat.com>2015-04-08 09:19:59 -0400
commit575efc8bd229cfa5ef7d73c4b53c1e27f6f267d5 (patch)
tree27fedbca9f41d5b000f9f1ed619655575ff616d0 /API.md
parente538bf2ae154588dd45a8f01fe1cc1c08441de03 (diff)
downloadcustodia-575efc8bd229cfa5ef7d73c4b53c1e27f6f267d5.tar.gz
custodia-575efc8bd229cfa5ef7d73c4b53c1e27f6f267d5.tar.xz
custodia-575efc8bd229cfa5ef7d73c4b53c1e27f6f267d5.zip
Return only key/containers names on LIST operation
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/API.md b/API.md
index e250e9f..a2f7cba 100644
--- a/API.md
+++ b/API.md
@@ -108,8 +108,6 @@ provided: GET /secrets/ may return only keys under /<user-default>/*
Returns:
- 200 in case of success and a dictionary containing a list of all keys
in the container and all subcontainers.
- The dictionary key is the key or container name, the value is the empty
- string for containers.
- 401 if authentication is necessary
- 403 if access to the key is forbidden
- 404 if no key was found