Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 674 Bytes

entities.md

File metadata and controls

31 lines (23 loc) · 674 Bytes
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
title: "{{ replace .Name "-" " " | title }}"
description: 
menu:
  docs:
    parent: entities
aliases: [
  "/api/entities/SOMETHING",
  "/api/entities/something",
]
---

Example

Attributes

id {#id}

Description: The ID of the SOMETHING in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
x.x.x - added

See also

{{< page-relref ref="methods/SOMETHING#anchor" caption="POST /api/v1/something/" >}}

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