cURL
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 }
Edit an existing message in a channel
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object