Hedgedoc api usage for updating existing pad

How to update an existing pad by hedgedoc api?
I tried curl -X GET https://pad.gwdg.de/xxxxxxxxx/info for getting status of my pad, but what I really want is sth like http://localhost:9001/api/1.2.15/appendText for appending text to an existing one.

There is currently no API for that. If you want to modify a note, you have to implement a full client.

1 Like