1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Fix , add missing link to entities/Status ()

Add a link in the attribute description of `reblog` for the `Status` API entity which was reported missing by @nikclayton.
This commit is contained in:
aaaaalbert 2024-08-30 09:38:44 +00:00 committed by GitHub
parent 7eefdcbfc6
commit dc78b2ad5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -257,7 +257,7 @@ aliases: [
### `reblog` {#reblog}
**Description:** The status being reblogged.\
**Type:** {{<nullable>}} [Status](#) or null\
**Type:** {{<nullable>}} [Status]({{< relref "entities/status" >}}) or null\
**Version history:**\
0.1.0 - added
@ -392,4 +392,4 @@ aliases: [
{{< page-relref ref="methods/statuses" caption="statuses methods" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/status_serializer.rb" caption="app/serializers/rest/status_serializer.rb" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/status_serializer.rb" caption="app/serializers/rest/status_serializer.rb" >}}