Update linked notebook
documentedUpdate a linked notebook binding.
POST /noteStore/updateLinkedNotebookNotebooksno implementation yet0 runsNo 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}}"}'"