From 703aca6ef92671102b167e23121297d3159dee0e Mon Sep 17 00:00:00 2001 From: Niedermann IT-Dienstleistungen Date: Wed, 5 Aug 2020 12:05:25 +0200 Subject: [PATCH] Add lastModified date to boards API documentation --- docs/API.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index e764b3cbc..f62b40739 100644 --- a/docs/API.md +++ b/docs/API.md @@ -113,7 +113,8 @@ Returns an array of board items "users": [], "shared": 0, "deletedAt": 0, - "id": 10 + "id": 10, + "lastModified": 1586269585, } ] ``` @@ -187,7 +188,8 @@ Returns an array of board items }, "users": [], "deletedAt": 0, - "id": 10 + "id": 10, + "lastModified": 1586269585 } ```