update
public final Response<Draft> update(String identifier, String draftId, UpdateDraftRequest requestBody, RequestOverrides overrides)
public final Response<Draft> update(String identifier, String draftId, UpdateDraftRequest requestBody)
Update a Draft
Return
The updated Draft
Parameters
identifier
The identifier of the grant to act upon
draft Id
The id of the Draft to update.
request Body
The values to update the Draft with
overrides
Optional request overrides to apply