Skip to content

Commit d30b47b

Browse files
committed
feat: better formatting
1 parent 5b75695 commit d30b47b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pages/public-api.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ With each request you need to pass the API Key in the header `Authorization: {ap
2323
If you are using the hosted version of Postiz the URL will be `https://api.postiz.com/public/v1`.<br />
2424
If you are self-hosting Postiz the URL will be `https://{NEXT_PUBLIC_BACKEND_URL}/public/v1`.<br /><br />
2525

26-
<u>There is a limit of **30** requests per hour.</u>
27-
It does not mean you can post only 30 posts per hour, it means you can make 30
26+
<u>There is a limit of **30** requests per hour.</u><br />
27+
It does not mean you can post only 30 posts per hour, it means you can make 30 <br />
2828
requests to the API per hour. If you plan ahead, you can have a lot more every
2929
hour.
3030

@@ -39,8 +39,6 @@ hour.
3939

4040
Here are the following API endpoints you can use:
4141

42-
<br />
43-
4442
### Get all added channels
4543

4644
```http

0 commit comments

Comments
 (0)