PUT
/
v1
/
cards
/
daily
curl --request PUT \
  --url https://api.supernotes.app/v1/cards/daily \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "markup": "<string>",
  "format": "todo",
  "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "tags": []
}'
{}

Authorizations

Api-Key
string
header
required

Body

application/json
markup
string
required
format
enum<string>
default:
todo
Available options:
plain,
todo
parent_id
string | null
tags
string[]

Response

207
application/json
Successful Response
{key}
object