Set read

Update shared voicemail mail status to read

Update shared voicemail mail status to read

POSThttp://127.0.0.1:8888/api/shared_voicemails/{id}/voicemails/{mail_id}/set_read
Path parameters
id*all of

The unique ID of shared voicemail.

mail_id*all of

The unique ID of voicemail.

Response

OK

Request
const response = await fetch('http://127.0.0.1:8888/api/shared_voicemails/{id}/voicemails/{mail_id}/set_read', {
    method: 'POST',
    headers: {},
});
const data = await response.json();