Skip to content

Commit

Permalink
Minor API.md changes (mastodon#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ornithocoder authored and Gargron committed Apr 9, 2017
1 parent 3b34c28 commit b16fbd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Using-the-API/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ API overview
- [Instance](#instance)
- [Mention](#mention)
- [Notification](#notification)
- [Relationships](#relationships)
- [Relationships](#relationship)
- [Results](#results)
- [Status](#status)
- [Tag](#tag)
Expand Down Expand Up @@ -467,17 +467,17 @@ ___
| `acct` | Equals `username` for local users, includes `@domain` for remote ones |
| `id` | Account ID |

### Notifications
### Notification

| Attribute | Description |
| ------------------------ | ----------- |
| `id` | The notification ID |
| `type` | One of: "mention", "reblog", "favourite", "follow" |
| `created_at` | The time the notification was created |
| `account` | The [Account](#account) sending the notification to the user |
| `status` | The [Status](#status) associated with the notification, if applicible |
| `status` | The [Status](#status) associated with the notification, if applicable |

### Relationships
### Relationship

| Attribute | Description |
| ------------------------ | ----------- |
Expand Down

0 comments on commit b16fbd5

Please sign in to comment.