worksquare_blog
This API documentation is for a blog mangement system. User can create account and manage blogs
Auth
This folder contains all the API that allows user to register and login their account abd generate access token in the process
POSTCreate A User
POSTlogin
This API request enable a user to log in to the platform after successful resgistration
Blog
This folder contains all the Api which allows a user to manage blog.
A user can create, get, update and delete blog.
Unauthorized means the user is not having the access token hence the user must login and generate access token, if the user is new, then the user will create account and log in with his or her email and password.
Invalid id means the user is trying to access what is not in the database e.g id 33 is not in the database so accessing it will be bring out blog not found for route that requires id