diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/swagger.yaml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 528ea03c7..4fd9b9ffb 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -252,6 +252,14 @@ definitions:                  description: Bio/description of this account.                  type: string                  x-go-name: Note +            role: +                description: |- +                    Role of the account on this instance. +                    Omitted for remote accounts. +                    type: accountRole +                example: user +                type: string +                x-go-name: Role              source:                  $ref: '#/definitions/Source'              statuses_count:  | 
