From 8f0b966d61a934eb32be4b67ba19df8c8057eab6 Mon Sep 17 00:00:00 2001 From: Pospielov Serhii Date: Mon, 24 May 2021 17:59:09 +0300 Subject: [PATCH] Update Rest-API-description.md --- docs/Rest-API-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Rest-API-description.md b/docs/Rest-API-description.md index bee9752440..2f145513fa 100644 --- a/docs/Rest-API-description.md +++ b/docs/Rest-API-description.md @@ -323,7 +323,7 @@ curl -X DELETE "http://localhost:8000/api/v1/recognition/faces?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: ```