diff --git a/handlers/rest-apis/data/v1/SingleRecord.cfc b/handlers/rest-apis/data/v1/SingleRecord.cfc index eb8edba..57a3c77 100644 --- a/handlers/rest-apis/data/v1/SingleRecord.cfc +++ b/handlers/rest-apis/data/v1/SingleRecord.cfc @@ -74,7 +74,7 @@ component { var updated = dataApiService.updateSingleRecord( entity = entity , recordId = recordId - , data = body + , data = validationData ); if ( updated ) { @@ -96,4 +96,4 @@ component { restResponse.setData( { deleted=deletedCount } ); } -} \ No newline at end of file +}