update

public final Response<Message> update(String identifier, String messageId, UpdateMessageRequest requestBody, RequestOverrides overrides)
public final Response<Message> update(String identifier, String messageId, UpdateMessageRequest requestBody)

Update a Message

Return

The updated Message

Parameters

identifier

The identifier of the grant to act upon

messageId

The id of the Message to update.

requestBody

The values to update the Message with

overrides

Optional request overrides to apply