From 02693b72a4240a9d94246e590775a66eb48c55ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 14 Oct 2013 16:40:16 +0300 Subject: Explain iid in API --- doc/api/issues.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api/issues.md') diff --git a/doc/api/issues.md b/doc/api/issues.md index 9082cbb50ba..ef37940faf0 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -11,6 +11,7 @@ GET /issues [ { "id": 43, + "iid": 3, "project_id": 8, "title": "4xx/5xx pages", "description": "", @@ -31,6 +32,7 @@ GET /issues }, { "id": 42, + "iid": 4, "project_id": 8, "title": "Add user settings", "description": "", @@ -100,6 +102,7 @@ Parameters: ```json { "id": 42, + "iid": 3, "project_id": 8, "title": "Add user settings", "description": "", -- cgit v1.2.1