PUT
/
v1
/
cards
/
simple
/
{card_id}
/
append
curl --request PUT \
  --url https://api.supernotes.app/v1/cards/simple/{card_id}/append \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{}

Authorizations

Api-Key
string
header
required

Path Parameters

card_id
string
required

Body

application/json · string

The body is of type string.

Response

207
application/json
Successful Response
{key}
object