From 2c4c2abadc216950ca0d69535287e658fa90f41e Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Thu, 21 Sep 2017 04:15:37 +0200 Subject: [PATCH] Clarify how sensitive and spoiler_text are related (#378) --- Using-the-API/API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 05ed5917..f5b9e825 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -730,6 +730,8 @@ ___ | `application` | [Application](#application) from which the status was posted | yes | | `language` | The detected language for the status, if detected | yes | +> **NOTE**: When `spoiler_text` is present, `sensitive` is true + ### Tag | Attribute | Description | Nullable |