From cc4a90852956e4be10e8cc0c7e41163cb8126006 Mon Sep 17 00:00:00 2001 From: 178inaba Date: Sat, 15 Apr 2017 08:23:43 +0900 Subject: [PATCH] Add id to Relationship (#38) --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 6edc4e7..4282014 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -483,6 +483,7 @@ ___ | Attribute | Description | | ------------------------ | ----------- | +| `id` | Target account id | | `following` | Whether the user is currently following the account | | `followed_by` | Whether the user is currently being followed by the account | | `blocking` | Whether the user is currently blocking the account |