Skip to content

Create or update a template

POST
/notepad/template/save
curl --request POST \
--url https://api.harperharbor.com/open/v1/notepad/template/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "templateId": "example", "title": "example", "content": "example" }'
Media typeapplication/json
object
templateId
string
title
required
string
content
required
string
Examplegenerated
{
"templateId": "example",
"title": "example",
"content": "example"
}

Saved.