diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 54d318111..c0dc6de89 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -950,7 +950,12 @@ definitions: with "direct message" visibility. properties: accounts: - description: Participants in the conversation. + description: |- + Participants in the conversation. + + If this is a conversation between no accounts (ie., a self-directed DM), + this will include only the requesting account itself. Otherwise, it will + include every other account in the conversation *except* the requester. items: $ref: '#/definitions/account' type: array |