Sign in

Update tag

documented

Update a tag's properties.

POST /noteStore/updateTagTagsno 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)

I can't provide a valid REST curl for POST /noteStore/updateTag because Evernote's Cloud API does not expose a REST endpoint for this action. The NoteStore.updateTag operation is a Thrift RPC, and the NoteStore URL is provided per-user (not a fixed base URL). A REST-style curl with a JSON body to /noteStore/updateTag will not work with the official API without constructing a Thrift payload. See notes below and the official docs for details.