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

fix(client/intro): Nested parameters JSON format (#1254)

This commit is contained in:
Daniil Suvorov 2023-12-07 02:10:11 +03:00 committed by GitHub
parent 00528a70a6
commit e8f0e64060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ As JSON, hashes are formatted like so:
{
"source": {
"privacy": "public",
"language", "en"
"language": "en"
}
}
```