We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f09f5 + 6b02ca6 commit 594c6b4Copy full SHA for 594c6b4
pages/public-api.mdx
@@ -10,7 +10,7 @@ With each request you need to pass the API Key in the header `Authorization: {ap
10
If you are using the hosted version of Postiz the URL will be `https://api.postiz.com/public/v1`.<br />
11
If you are self-hosting Postiz the URL will be `https://{NEXT_PUBLIC_BACKEND_URL}/public/v1`.<br /><br />
12
13
-<u>There is a limit of **30** requests per hours.</u>
+<u>There is a limit of **30** requests per hour.</u>
14
<br />
15
Here are the following API endpoints you can use:
16
@@ -175,4 +175,4 @@ Response:
175
{
176
"id": "e639003b-f727-4a1e-87bd-74a2c48ae41e"
177
}
178
-```
+```
0 commit comments