Add explanation of rate limit in scheduled status entity (#1584)

* Add explanation of rate limit in scheduled status entity

* Add deprecated note
This commit is contained in:
Matt Jankowski 2025-01-09 09:15:41 -05:00 committed by GitHub
parent 441d374ce6
commit 4afe1ae06f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <!-- TODO: What does this mean -->.\
**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