File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ If the API docs specified:
243
243
> | 226 | "passwords do not match" |
244
244
> | 227 | "password cannot be one of last five passwords" |
245
245
246
- Multiple errors on ` first-name ` attribute, with error "code":
246
+ Multiple errors on ` password ` attribute, with error "code":
247
247
248
248
``` http
249
249
HTTP/1.1 422 Unprocessable Entity
@@ -256,6 +256,11 @@ Content-Type: application/vnd.api+json
256
256
"source": { "pointer": "data/attributes/first-name" },
257
257
"detail": "First name must contain at least three characters."
258
258
},
259
+ {
260
+ "code": "225",
261
+ "source": { "pointer": "data/attributes/password" },
262
+ "detail": "Frobnicate is not a neologism."
263
+ },
259
264
{
260
265
"code": "226",
261
266
"source": { "pointer": "data/attributes/password" },
You can’t perform that action at this time.
0 commit comments