Skip to content

Commit

Permalink
CDPS-1054: Fixed description for field value property.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Nov 20, 2024
1 parent cad9f29 commit 291ad8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data class CorePersonRecordV1UpdateRequestDto(
val fieldName: CorePersonRecordField,

@Schema(
description = "The field to be updated",
description = "The new value for the field",
example = "London",
required = true,
nullable = false,
Expand Down

0 comments on commit 291ad8e

Please sign in to comment.