Skip to main content
PATCH
/
v1
/
dm
/
messages
/
{messageId}
Edit a DM
curl --request PATCH \
  --url https://api.magne.app/v1/dm/messages/{messageId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

messageId
string<uuid>
required

Body

application/json
content
string
required

Response

Success