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>"'
{}
Append content to an existing card
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>"'
{}
The body is of type string
.
Successful Response
The response is of type object
.