From 49834a6e7f06301a5bcc17b8771ed4513622b6a8 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 29 Dec 2016 20:12:32 +0100 Subject: Add API for retrieving blocked accounts --- app/views/api/v1/blocks/index.rabl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/api/v1/blocks/index.rabl (limited to 'app/views') diff --git a/app/views/api/v1/blocks/index.rabl b/app/views/api/v1/blocks/index.rabl new file mode 100644 index 000000000..9f3b13a53 --- /dev/null +++ b/app/views/api/v1/blocks/index.rabl @@ -0,0 +1,2 @@ +collection @accounts +extends 'api/v1/accounts/show' -- cgit