Skip to content

Commit fdede96

Browse files
committed
docs(cookbook):typos fix for face auth cookbook
1 parent 6f3e467 commit fdede96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cookbook/web/solutions/face-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ s.post('aws-face-auth/create-collection', { collectionId: 'face-auth-collection'
9595

9696
`username=[string]` - user email
9797

98-
`image=[string]` - Path to face image or an S3 object key of face image
98+
`image=[string]` - A base64-encoded bytes or an S3 object key (When sending a base64-encoded bytes take of the string sample 'data:image/png;base64,' from beginning of encoded string.)
9999

100-
`bucketName=[string]` - A base64-encoded bytes or an S3 object key (When sending a base64-encoded bytes take of the string sample 'data:image/png;base64,' from beginning of encoded string.)
100+
`bucketName=[string]` - Name of s3 bucket. Leave empty if image not on s3 bucket
101101

102102
`password=[string]` - User password. This is essential since its expected users approve request by confirming password
103103

0 commit comments

Comments
 (0)