Sign in

Update linked notebook

documented

Update a linked notebook binding.

POST /noteStore/updateLinkedNotebookNotebooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.evernote.com/command/v1/batch" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id":"{{$request_id}}","mutations":[{"id":"{{$mutation_id}}","name":"updateLinkedNotebook","guids":{},"params":{"linkedNotebook":{"guid":"{{$linkedNotebookGuid}}","shareName":"{{$title}}","shardId":"{{$shardId}}","uri":"{{$uri}}","username":"{{$username}}","shareKey":"{{$shareKey}}","updateSequenceNum":{{$updateSequenceNum}},"noteStoreUrl":"{{$noteStoreUrl}}","webApiUrlPrefix":"{{$webApiUrlPrefix}}","stack":"{{$stack}}","businessId":"{{$businessId}}"}}],"isRetry":false,"timestamp":{{$timestamp}},"metadata":{}}],"timestamp":{{$timestamp}},"clientID":"{{$clientId}}"}'"
Update linked notebook · Evernote · OpenIntegrations