From 4afe1ae06f7d47f9157521f6b8d1265f766613f4 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 9 Jan 2025 09:15:41 -0500 Subject: [PATCH] Add explanation of rate limit in scheduled status entity (#1584) * Add explanation of rate limit in scheduled status entity * Add deprecated note --- content/en/entities/ScheduledStatus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/entities/ScheduledStatus.md b/content/en/entities/ScheduledStatus.md index 54b626657..04fb75527 100644 --- a/content/en/entities/ScheduledStatus.md +++ b/content/en/entities/ScheduledStatus.md @@ -194,9 +194,9 @@ Returned from `GET /api/v1/scheduled_statuses`: **Version history:**\ 2.7.0 - added -#### `params[with_rate_limit]` {#params-with_rate_limit} +#### `params[with_rate_limit]` {{%deprecated%}} {#params-with_rate_limit} -**Description:** Whether the status should be rate limited .\ +**Description:** Whether status creation is subject to rate limiting. Provided for historical compatibility only and can be ignored.\ **Type:** Boolean\ **Version history:**\ 2.7.0 - added