Skip to content

Update notebook entry

PUT
/api/v1/app/notebook/entries/{entryId}
curl --request PUT \
--url 'http://127.0.0.1:58259/api/v1/app/notebook/entries/1?type=example' \
--header 'Content-Type: application/json' \
--data '{ "note": "example", "color": "example" }'

Update an existing notebook entry in the app.

entryId
required
integer format: int64
type
required
string
Media type application/json
object
note
string
0 <= 5000 characters
color
string
/^#[0-9A-Fa-f]{6}$/
Example generated
{
"note": "example",
"color": "example"
}

OK

Media type */*
object
id
integer format: int64
type
string
bookId
integer format: int64
text
string
note
string
color
string
style
string
chapterTitle
string
createdAt
string format: date-time
updatedAt
string format: date-time