Logo
Account Management API Documentation

Update a message

PUT {{baseUrl}}/v1/messages/:messageId

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PUT 'https://852212bf-a52d-4922-a28f-94c54a5faf23.mock.pstmn.io/v1/messages/:messageId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"to":"hello.doe@example.com","body":"This is the very much updated message"}'

ENDPOINTS