diff --git a/docs/Rest-API-description.md b/docs/Rest-API-description.md index 1aefe28377..7e63512ccd 100644 --- a/docs/Rest-API-description.md +++ b/docs/Rest-API-description.md @@ -351,10 +351,17 @@ curl -X POST "http://localhost:8000/api/v1/recognition/faces/delete" \ Response body on success: ``` -{ - "image_id": , - "subject": +[ { + "image_id" : "", + "subject" : "" +}, { + "image_id" : "", + "subject" : "" } +..., { + "image_id" : "", + "subject" : "" +} ] ``` | Element | Description | Type |