Add create note
This commit is contained in:
+13
-1
@@ -11,4 +11,16 @@ Content-Type: application/json
|
||||
|
||||
### Get notes
|
||||
GET http://localhost:8081/notes
|
||||
Authorization: Bearer {{token}}
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
### Create a note
|
||||
POST http://localhost:8081/notes/babar
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"tags": [
|
||||
"Test",
|
||||
"Dev"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user