Fixed some consistency issues in the documentation (#1274)
* fixed invalid json examples * correct type: integer for a count, not number * correct type: array of string, not string * add square brackets around entity return type * added missing path parameter definition * spacing fix * PR comment: add link
This commit is contained in:
parent
1d15e379a4
commit
e4e88f0fb7
8 changed files with 30 additions and 18 deletions
|
@ -19,18 +19,20 @@ aliases: [
|
|||
## Example
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "bongoCat",
|
||||
"count": 9,
|
||||
"me": false,
|
||||
"url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png",
|
||||
"static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png"
|
||||
},
|
||||
{
|
||||
"name": "🤔",
|
||||
"count": 1,
|
||||
"me": true
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "bongoCat",
|
||||
"count": 9,
|
||||
"me": false,
|
||||
"url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png",
|
||||
"static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png"
|
||||
},
|
||||
{
|
||||
"name": "🤔",
|
||||
"count": 1,
|
||||
"me": true
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
## Attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue