credV2CredentialsUpdate method
Parameters:
- String entityId (required):
Implementation
Future<void> credV2CredentialsUpdate(String entityId,) async {
final response = await credV2CredentialsUpdateWithHttpInfo(entityId,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}