Skip to content

Commit ad8c75d

Browse files
Adjusted Documentation
1 parent 9e8e513 commit ad8c75d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ For more information on how this works, visit the [DIH4JDA Wiki!](https://github
5858

5959
# API Documentation
6060

61-
### `GET guilds/{guild_id}/metrics`
61+
#### `GET` `guilds/{guild_id}/metrics`
6262
- Responds with guild-specific metrics, such as the member- and (approximate) online count.
6363

64-
### `GET guilds/{guild_id}/users/{user_id}`
64+
#### `GET` `guilds/{guild_id}/users/{user_id}`
6565
- Responds with the specified users' profile which includes some basic info, such as the users' name and avatar url, but also their recent warns, their current help experience and more!
6666

67-
### `GET guilds/{guild_id}/leaderboard/qotw?page=1`
67+
#### `GET` `guilds/{guild_id}/leaderboard/qotw?page=1`
6868
- A paginated endpoint which responds with an ordered list of users, based on their QOTW points.
6969

70-
### `GET guilds/{guild_id}/leaderboard/experience?page=1`
70+
#### `GET` `guilds/{guild_id}/leaderboard/experience?page=1`
7171
- A paginated endpoint which responds with an ordered list of users, based on their help channel experience.
7272

7373
# Credits

0 commit comments

Comments
 (0)