Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
},
"x-ms-examples": {
"Identiy example": {
"Identify example": {
"$ref": "./examples/Identify.json"
}
}
Expand Down Expand Up @@ -924,7 +924,7 @@
},
"/facelists/{faceListId}/persistedfaces/{persistedFaceId}": {
"delete": {
"description": "Delete an existing face from a face list (given by a persisitedFaceId and a faceListId). Persisted image related to the face will also be deleted.",
"description": "Delete an existing face from a face list (given by a persistedFaceId and a faceListId). Persisted image related to the face will also be deleted.",
"operationId": "FaceList_DeleteFace",
"parameters": [
{
Expand Down Expand Up @@ -1934,7 +1934,7 @@
},
"/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}": {
"delete": {
"description": "Delete an existing face from a large face list (given by a persisitedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.",
"description": "Delete an existing face from a large face list (given by a persistedFaceId and a largeFaceListId). Persisted image related to the face will also be deleted.",
"operationId": "LargeFaceList_DeleteFace",
"parameters": [
{
Expand Down