Skip to content

Commit f43fd1a

Browse files
nanotaboadaCopilot
andcommitted
fix(rest): correct middleName from empty string to null (#494)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 75737b0 commit f43fd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest/players.rest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Content-Type: application/json
7878

7979
{
8080
"firstName": "Emiliano",
81-
"middleName": "",
81+
"middleName": null,
8282
"lastName": "Martínez",
8383
"dateOfBirth": "1992-09-02T00:00:00.000Z",
8484
"squadNumber": 23,

0 commit comments

Comments
 (0)