From 83a5fcc0c4aca6d56410a81129c89ad698a3c521 Mon Sep 17 00:00:00 2001 From: Henry Nash Date: Wed, 30 Jul 2014 18:16:21 +0100 Subject: [PATCH] Enable filtering of credentials by user ID Partially implements: bp filter-credentials-by-user Change-Id: I19ce0da6d509a3cdae5cbade5c928d841d397482 --- v3/src/markdown/identity-api-v3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v3/src/markdown/identity-api-v3.md b/v3/src/markdown/identity-api-v3.md index e6f62a9b..5a93944b 100644 --- a/v3/src/markdown/identity-api-v3.md +++ b/v3/src/markdown/identity-api-v3.md @@ -2966,6 +2966,10 @@ Response: #### List credentials: `GET /credentials` +Optional query parameters: + +- `user_id` (string) + Response: Status: 200 OK