StatusSource
Represents a status's source as plain text.
Example
{
"id": "108942703571991143",
"text": "this is a status that will be edited",
"spoiler_text": ""
}
Attributes
id
Description: ID of the status in the database.
Type: String (cast from an integer but not guaranteed to be a number)
Version history:
3.5.0 - added
text
Description: The plain text used to compose the status.
Type: String
Version history:
3.5.0 - added
spoiler_text
Description: The plain text used to compose the status’s subject or content warning.
Type: String
Version history:
3.5.0 - added
See also
GET /api/v1/statuses/:id/source app/serializers/rest/status_source_serializer.rbLast updated November 20, 2022 · Improve this page