POST
/
launcher
/
edit-channel-message
Edit Channel Message
curl --request POST \
  --url https://api.basement.fun/launcher/edit-channel-message \
  --header 'Content-Type: application/json' \
  --data '{
  "launcherJwt": "<string>",
  "messageId": "<string>",
  "newContent": "<string>"
}'
{
  "_id": "<string>",
  "channelId": "<string>",
  "senderId": "<string>",
  "content": "<string>",
  "createdAt": 123,
  "updatedAt": 123
}

Headers

X-Request-Nonce
string

Random string identifier for request (for signature verification)

X-Request-Signature
string

MD5 hash for request verification

Body

application/json

Response

200
application/json

Successful response

The response is of type object.