Skip to content

Commit e3aba8f

Browse files
authored
Update cognito-event-userpools-migrateuser.json
1 parent 7fee3ab commit e3aba8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

events/testdata/cognito-event-userpools-migrateuser.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
},
1111
"request": {
1212
"password": "<password>",
13+
"validationData": {
14+
"exampleMetadataKey": "example metadata value"
15+
},
1316
"clientMetadata": {
1417
"exampleMetadataKey": "example metadata value"
15-
}
18+
}
1619
},
1720
"response": {
1821
"userAttributes": {
@@ -27,4 +30,4 @@
2730
],
2831
"forceAliasCreation": true
2932
}
30-
}
33+
}

0 commit comments

Comments
 (0)