Updates one or more properties of a note, if the note belongs to the user or is shared with the user
Request
PUThttps://api.jot.bforborum.com/api/v1/note
Required HTTP Request Headers
Header | Format |
---|---|
Authorization | Basic USER_API_KEY |
Query String
{ "id": "NOTE_ID", "name": "NOTE_NEW_NAME", "priority": "NOTE_NEW_PRIORITY" }
Request Body
{ "body": "NOTE_NEW_BODY" }
Response
Response Body
{ "statusCode": 200 }