diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 050cf4c9b..5d93b33b1 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -223,7 +223,9 @@ definitions: type: string x-go-name: DisplayName emojis: - description: Array of custom emojis used in this account's note or display name. + description: |- + Array of custom emojis used in this account's note or display name. + Empty for blocked accounts. items: $ref: '#/definitions/emoji' type: array @@ -235,7 +237,9 @@ definitions: type: boolean x-go-name: EnableRSS fields: - description: Additional metadata attached to this account's profile. + description: |- + Additional metadata attached to this account's profile. + Empty for blocked accounts. items: $ref: '#/definitions/field' type: array |