update
public final Response<Configuration> update(String identifier, String configId, UpdateConfigurationRequest requestBody, RequestOverrides overrides)
public final Response<Configuration> update(String identifier, String configId, UpdateConfigurationRequest requestBody)
Update a Configuration
Return
The Configuration object
Parameters
identifier
The identifier of the Grant to act upon.
configId
The identifier of the Configuration to update.
requestBody
The data to update the Configuration with.
overrides
Optional request overrides to apply