Skip to content

Commit f0b2dad

Browse files
committed
Add documentation for max_display_name_length and max_note_length
1 parent 4f4dc07 commit f0b2dad

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

content/en/entities/Instance.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ aliases: [
8787
"public_key": "BCk-QqERU0q-CfYZjcuB6lnyyOYfJ2AifKqfeGIm7Z-HiTU5T9eTG5GxVA0_OH5mMlI4UkkDTpaZwozy0TzdZ2M="
8888
},
8989
"accounts": {
90+
"max_display_name_lenth": 30,
91+
"max_note_length": 500,
9092
"max_featured_tags": 10,
9193
"max_pinned_statuses": 5,
9294
"max_profile_fields": 4,
@@ -610,6 +612,20 @@ aliases: [
610612
**Version history:**\
611613
4.0.0 - added
612614

615+
##### `configuration[accounts][max_display_name_length]` {#max_display_name_length}
616+
617+
**Description:** The maximum length allowed for an account's display name.\
618+
**Type:** Integer\
619+
**Version history:**\
620+
4.6.0 - added
621+
622+
##### `configuration[accounts][max_note_length]` {#max_note_length}
623+
624+
**Description:** The maximum length allowed for an account's bio.\
625+
**Type:** Integer\
626+
**Version history:**\
627+
4.6.0 - added
628+
613629
##### `configuration[accounts][max_featured_tags]` {#max_featured_tags}
614630

615631
**Description:** The maximum number of featured tags allowed for each account.\

0 commit comments

Comments
 (0)