Skip to main content
PATCH
/
api
/
personal
/
dump
/
{entry_id}
Update Dump Endpoint
curl --request PATCH \
  --url https://api.example.com/api/personal/dump/{entry_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'
{
  "created_at": "<string>",
  "id": "<string>",
  "text": "<string>",
  "updated_at": "<string>"
}

Path Parameters

entry_id
string
required

Body

application/json
text
string | null

Response

Successful Response

created_at
string
required
id
string
required
text
string
required
updated_at
string
required