Skip to content

Commit

Permalink
Update Rest-API-description.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov authored May 24, 2021
1 parent 069ef39 commit 8f0b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Rest-API-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ curl -X DELETE "http://localhost:8000/api/v1/recognition/faces?subject=<subject>
| Element | Description | Type | Required | Notes |
| --------- | ----------- | ------ | -------- | ------------------------------------------------------------ |
| x-api-key | header | string | required | api key of the Face recognition service, created by the user |
| subject | param | string | optional | is the name of the subject |
| subject | param | string | optional | is the name subject. If this parameter is absent, all faces in Face Collection will be removed |

Response body on success:
```
Expand Down

0 comments on commit 8f0b966

Please sign in to comment.