added instructions

This commit is contained in:
emmymayo
2023-02-23 20:13:09 +01:00
parent 017fc53b0a
commit 0971c08b0b
+4 -2
View File
@@ -1,6 +1,6 @@
## INSTRUCTIONS ## INSTRUCTIONS
QA the the following APIs provide in the postman collection QA.postman_collection.json QA the the following APIs provided in the postman collection QA.postman_collection.json
- List Books - List Books
- Get A Book - Get A Book
@@ -9,8 +9,10 @@ QA the the following APIs provide in the postman collection QA.postman_collectio
- Delete Book - Delete Book
- Create Author - Create Author
If Api requires authentication, Call the Authenticate API to get the token. If API requires authentication, Call the ***Authenticate*** API to get the token.
Then set the Authorization header (bearer token) Then set the Authorization header (bearer token)
Authorization Bearer <token> Authorization Bearer <token>