summaryrefslogtreecommitdiffstats
path: root/API.md
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-10-07 13:50:15 -0400
committerSimo Sorce <simo@redhat.com>2015-10-19 12:17:07 -0400
commited3dd0d4c63b424bd5e6d7ba79779caf42f3de7b (patch)
tree98fa4c62969c38f79e9c552ebe3f4c98e2c4167d /API.md
parentb2d829bbcaf0a676b86238fced9cdc2b1ef9c074 (diff)
downloadcustodia-ed3dd0d4c63b424bd5e6d7ba79779caf42f3de7b.tar.gz
custodia-ed3dd0d4c63b424bd5e6d7ba79779caf42f3de7b.tar.xz
custodia-ed3dd0d4c63b424bd5e6d7ba79779caf42f3de7b.zip
Remove filter option for directory listings
This commit removes the option to pas a filter parameter. It also changes the way database plugins are expected to return results, results are now expected to be relative to the path requested. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/API.md b/API.md
index eb78581..ead0344 100644
--- a/API.md
+++ b/API.md
@@ -160,9 +160,7 @@ Listing containers
A GET operation on a path that ends in a '/' translates into
a listing for a container.
-A 'filter' query argument may be provided to filter on key/container
-names within the container being listed.
-GET /secrets/container/?filter=red
+GET /secrets/container/
Implementations may assume a default container if none is excplicitly
provided: GET /secrets/ may return only keys under /<user-default>/*