Skip to content

Commit 23737b3

Browse files
committed
docs: rank문서를 업데이트 한다
1 parent 7aa7f09 commit 23737b3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/api/rank/get_rank.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### Http method: `GET`
77
### URL: `https://render.gitanimals.org/ranks`
88
### Parameter
9-
- rank: 1 //특정 랭크를 입력하면 해당 랭크부터 {size} 수 만큼 응답합니다.
9+
- rank: 0 //특정 랭크를 입력하면 해당 랭크부터 {size} 수 만큼 응답합니다.
1010
- size: 10 // 조회할 랭크의 수 입니다. default: 10
1111
- type: WEEKLY_GUILD_CONTRIBUTIONS, WEEKLY_USER_CONTRIBUTIONS // 조회할 랭크의 타입을 입력합니다.
1212

@@ -16,12 +16,14 @@
1616
{
1717
"ranks": [
1818
{
19+
"id": "123", // user면 user의 id guild면 guild의 id
1920
"rank": 1,
2021
"image": "https://static.gitanimals.org/...",
2122
"name": "dog",
2223
"contributions": 3,
2324
},
2425
{
26+
"id": "124",
2527
"rank": 2,
2628
"image": "https://static.gitanimals.org/...",
2729
"name": "cat",

docs/api/rank/get_rank_by_username.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
## Response
1010
```json
1111
{
12+
"id": "123", // user면 user의 id guild면 guild의 id
1213
"rank": 100,
1314
"image": "https://static.gitanimals.org/...",
1415
"name": "dog",

0 commit comments

Comments
 (0)