1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
trwnh 7ceae9fe36 Update anchors, line breaks, tootctl options (#745)
* update anchors

* remove extraneous anchors

* fix line breaks

* wrap tootctl tokens in code blocks

* change anchors to hugo format

* fix mistaken search-and-replace

* fix mistaken search-and-replace
2020-01-12 14:11:56 +01:00

797 B

title description menu
List Represents a list of some users that the authenticated user follows.
docs
parent
entities

Example

  {
    "id": "12249",
    "title": "Friends"
  }

Required attributes

id

Description: The internal database ID of the list.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history: Added in 2.1.0

title

Description: The user-defined title of the list.
Type: String
Version history: Added in 2.1.0

See also

{{< page-ref page="methods/timelines/lists.md" >}}

{{< caption-link url="https://github.com/tootsuite/mastodon/blob/master/app/serializers/rest/list_serializer.rb" caption="app/serializers/rest/list_serializer.rb" >}}