From 5e2a28c34042c3623df6d2b11cae8f1c05653bf5 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 4 Mar 2022 01:33:48 -0800 Subject: [PATCH] Add new fields to json template --- app/views/api/v1/users/base.json.rabl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/api/v1/users/base.json.rabl b/app/views/api/v1/users/base.json.rabl index 7308969..aeb5ec2 100644 --- a/app/views/api/v1/users/base.json.rabl +++ b/app/views/api/v1/users/base.json.rabl @@ -2,4 +2,7 @@ object :user attributes :id, :username, - :granblue_id \ No newline at end of file + :granblue_id, + :picture, + :language, + :private \ No newline at end of file