/
CO
collectednotes
/
Site Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 3w ago
Details
Filter operations
get
Get list of sites
post
Create a new site
get
Get a site by path
put
Update a site
delete
Delete a site
get
Get notes for a site
post
Create a note for a site
get
Get a note by path
put
Update a note
delete
Delete a note
get
Get all links from a note
get
Get the body of a note as HTML
get
Get the note in Markdown format
get
Get the note in plain text format
get
Search notes within a site
Create a note for a site
post
/sites/{site_path}/notes
Path parameters
site_path
string
required
The path of the site
Request body
object
required
body
string
required
visibility
string
Response
Note created
Note
required
id
integer
title
string
body
string
visibility
string
Changes