Create and update Blogs

Started work on author info
This commit is contained in:
Caleb Gardner
2024-07-02 01:45:07 -05:00
parent 5af5de7719
commit 68edbca349
5 changed files with 160 additions and 33 deletions
+2
View File
@@ -111,6 +111,8 @@ If an error status code is returned then the body will be as follows.
* API Key is invalid or does not have the needed permission for the request.
* invalidBody
* Body of the request is malformed.
* unauthorized
* User is not authorized for the given task or no user token is given.
* badRequest
* Some part of your request is invalid
* internal