Update API.md (#490)

Update Relationship entity with the attribute "muting_notifications"
This commit is contained in:
Thomas 2017-12-17 15:08:30 +01:00 committed by Eugen Rochko
parent 152d4045f2
commit c4652e6193
1 changed files with 1 additions and 0 deletions

View File

@ -785,6 +785,7 @@ The most important part of an error response is the HTTP status code. Standard s
| `followed_by` | Whether the user is currently being followed by the account | no |
| `blocking` | Whether the user is currently blocking the account | no |
| `muting` | Whether the user is currently muting the account | no |
| `muting_notifications` | Whether the user is also muting notifications | no |
| `requested` | Whether the user has requested to follow the account | no |
| `domain_blocking` | Whether the user is currently blocking the accounts's domain | no |