From f26b61cdee56d7e8e81a5affcaff591ad6cf721d Mon Sep 17 00:00:00 2001 From: Robert Lail Date: Thu, 23 Aug 2012 11:09:54 -0500 Subject: [PATCH] add :resolved to problems API --- app/views/api/v1/problems/index.rabl | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/views/api/v1/problems/index.rabl b/app/views/api/v1/problems/index.rabl index eff1642..c22aa1a 100644 --- a/app/views/api/v1/problems/index.rabl +++ b/app/views/api/v1/problems/index.rabl @@ -7,5 +7,6 @@ attributes :app_id, :where, :first_notice_at, :last_notice_at, + :resolved, :resolved_at, :notice_count -- libgit2 0.21.2