Adding tag to note via api

Hi,

i am trying to add tag to note over api with curl in linux cli i tried all combinations from joplin data api documentation page....

Blockquote

POST /tags/:id/notes:link:

Post a note to this endpoint to add the tag to the note. The note data must at least contain an ID property (all other properties will be ignored).

PUT /tags/:id:link:

Sets the properties of the tag with ID :id

Blockquote

have no idea how to do it, everything else is clear but how to do this?

1 Like

If you know js, you can refer to

uff... ok thx for reply... i tried it again and i found i missed one letter in tagid... so problem solved...

thx for help :green_heart:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.