Commit f26b61cdee56d7e8e81a5affcaff591ad6cf721d

Authored by Robert Lail
1 parent 1be3e32c
Exists in master and in 1 other branch production

add :resolved to problems API

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/api/v1/problems/index.rabl
... ... @@ -7,5 +7,6 @@ attributes :app_id,
7 7 :where,
8 8 :first_notice_at,
9 9 :last_notice_at,
  10 + :resolved,
10 11 :resolved_at,
11 12 :notice_count
... ...