// Sample Request Information
Url: https://sandbox.sendstack.africa/api/v1/drops/notes/noteId
NB: Replace noteId with actual noteId
Method: PUT
Headers:
- app_id: "your app_id"
- app_secret: "your app_secret"
{
"status": true,
"message": "Note updated successfuly",
"data": null
}
// Sample Request Information
Url: https://sandbox.sendstack.africa/api/v1/drops/notes/invalidNoteId
Method: PUT
Headers:
- app_id: "your app_id"
- app_secret: "your app_secret"
//Sample Response Body - 400 Bad Request
{
"status": false,
"message": "Invalid note Id"
}