updateField method
Updates a field in the document node.
Implementation
Future<FieldResponse> updateField(UpdateFieldRequest request) async {
return await _apiClient.call(request) as FieldResponse;
}
Updates a field in the document node.
Future<FieldResponse> updateField(UpdateFieldRequest request) async {
return await _apiClient.call(request) as FieldResponse;
}