File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Content-Type: application/vnd.api+json
197
197
"status": "422",
198
198
"source": { "pointer": "/data/attributes/firstName" },
199
199
"title": "Invalid Attribute",
200
- "detail": "First name must contain at least three characters."
200
+ "detail": "First name must contain at least two characters."
201
201
}
202
202
]
203
203
}
@@ -263,7 +263,7 @@ Content-Type: application/vnd.api+json
263
263
{
264
264
"source": { "pointer": "/data/attributes/firstName" },
265
265
"title": "Invalid Attribute",
266
- "detail": "First name must contain at least three characters."
266
+ "detail": "First name must contain at least two characters."
267
267
},
268
268
{
269
269
"source": { "pointer": "/data/attributes/firstName" },
@@ -309,7 +309,7 @@ Content-Type: application/vnd.api+json
309
309
"code": "123",
310
310
"source": { "pointer": "/data/attributes/firstName" },
311
311
"title": "Value is too short",
312
- "detail": "First name must contain at least three characters."
312
+ "detail": "First name must contain at least two characters."
313
313
},
314
314
{
315
315
"code": "225",
You can’t perform that action at this time.
0 commit comments