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
message Id
The id of the Message to update.
request Body
The values to update the Message with
overrides
Optional request overrides to apply