package
0.0.0-20250226171102-4db14ec44d68
Repository: https://github.com/cozy/cozy-stack.git
Documentation: pkg.go.dev
# Functions
ChangeTitle is the API handler for PUT /notes/:id/title.
CopyImage is the API handler for POST /notes/:id/:image-id/copy.
CreateNote is the API handler for POST /notes.
ForceNoteSync is the API handler for POST /notes/:id/sync.
GetImage returns the image for a note, possibly resized.
GetNote is the API handler for GET /notes/:id.
No description provided by the author
GetSteps is the API handler for GET /notes/:id/steps?Version=xxx.
No description provided by the author
ListNotes is the API handler for GET /notes.
OpenNoteURL is the API handler for GET /notes/:id/open.
PatchNote is the API handler for PATCH /notes/:id.
PutTelepointer is the API handler for PUT /notes/:id/telepointer.
Routes sets the routing for the collaborative edition of notes.
UpdateNoteSchema is the API handler for PUT /notes/:id:/schema.
UploadImage is the API handler for POST /notes/:id/images.