Skip to content

Commit 0c2cbf2

Browse files
committed
feat: Update docs
1 parent d95450d commit 0c2cbf2

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Guides/Cors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ fetch("{{url}}/{{api_version}}/actors")
2222

2323
Only `GET` method is allowed for all tiers (with [limitations](/Guides/Rate-Limiting.md)).
2424

25-
| Method | Tier | Auth |
26-
| :------: | :-----: | :---: |
27-
| `GET` | `ALL` | --- |
28-
| `POST` | `ADMIN` | `JWT` |
29-
| `PATCH` | `ADMIN` | `JWT` |
30-
| `DELETE` | `ADMIN` | `JWT` |
25+
| Method | Tier | Auth |
26+
| :------: | :-----------------: | :---: |
27+
| `GET` | `ALL` | --- |
28+
| `POST` | `MAINTAINER, ADMIN` | `JWT` |
29+
| `PATCH` | `MAINTAINER, ADMIN` | `JWT` |
30+
| `DELETE` | `MAINTAINER, ADMIN` | `JWT` |
3131

3232
## Allowed Headers
3333

Guides/Rate-Limiting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ order: 1
88

99
Each API plan comes with a requests limiter. Every API call you make costs a request
1010

11-
| Tier | Limits | Price | Auth | Permissions |
12-
| :-------: | :--------: | :----: | :---: | :---------: |
13-
| ANONYMOUS | 4 req/60s | `FREE` | --- | `GET` |
14-
| BASIC | 6 req/60s | `FREE` | `JWT` | `GET` |
15-
| DEV | 12 req/60s | --- | `JWT` | `GET` |
11+
| Tier | Limits | Price | Auth | Permissions |
12+
| :-------: | :-------: | :----: | :---: | :---------: |
13+
| ANONYMOUS | 4 req/60s | `FREE` | --- | `GET` |
14+
| BASIC | 6 req/60s | `FREE` | `JWT` | `GET` |
15+
| DEV | 8 req/60s | --- | `JWT` | `GET` |
1616

1717
[!ref Authentication](Authentication.md)
1818

@@ -52,7 +52,7 @@ X-Rate-Limit-Retry-After-Seconds: 583
5252

5353
!!!info Info
5454
The **HawAPI** is Open Source. \
55-
If, for some reason, you need more/unlimited requests, i encourage you to host you own server/api.
55+
If for some reason you need more/unlimited requests, i encourage you to host you own server/api.
5656

5757
Check our [Github :icon-link-external:]({{git_home}}) page.
5858
!!!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All this information is available through a RESTful API implemented with [_Java
2323

2424
<a href="./guides/cors" class="title-box">CORS<span class="subtitle">Cross-Origin Request</span></a>
2525

26-
<a href="./guides/javadoc" class="title-box">Javadoc<span class="subtitle">Generated Docs</span></a>
26+
<a href="./javadoc/apidocs/" class="title-box">Javadoc<span class="subtitle">Generated Docs</span></a>
2727

2828
<a href="./faq" class="title-box">FAQ<span class="subtitle">Common questions</span></a>
2929
:::

0 commit comments

Comments
 (0)