You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for your time spent doing this .
I'm doing some tests since yesterday, and today I came across a little problem while I was trying to use deleteFaces() function.
On line 156 of Rekognition.php, there's a mistake in how the $faceIds parameter is sent to Rekognition: it should be "FaceIds" but instead there's "FacesIds". This results in a missing required field error.
I'm not using it, but I do believe also deleteFacesAsync will have same problem.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your time spent doing this .
I'm doing some tests since yesterday, and today I came across a little problem while I was trying to use deleteFaces() function.
On line 156 of Rekognition.php, there's a mistake in how the $faceIds parameter is sent to Rekognition: it should be "FaceIds" but instead there's "FacesIds". This results in a missing required field error.
I'm not using it, but I do believe also deleteFacesAsync will have same problem.
The text was updated successfully, but these errors were encountered: