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

Fix wrong type

This commit is contained in:
Eugen Rochko 2018-09-25 01:06:06 +02:00
parent 64c7e87801
commit 4aff3068fe

@ -40,7 +40,7 @@ menu:
|Attribute|Type|Nullable|Added in| |Attribute|Type|Nullable|Added in|
|---------|-----------|:------:|:------:| |---------|-----------|:------:|:------:|
| `name` | String |{{< no >}}|2.4.0| | `name` | String |{{< no >}}|2.4.0|
| `value` | String |{{< no >}}|2.4.0| | `value` | String (HTML) |{{< no >}}|2.4.0|
| `verified_at` | String (Datetime) |{{< yes >}}|2.6.0| | `verified_at` | String (Datetime) |{{< yes >}}|2.6.0|
## Application ## Application