mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
---
|
|
id: get-faces-faces-get
|
|
title: "Get Faces"
|
|
description: "Get Faces"
|
|
sidebar_label: "Get Faces"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJxlkctu3DAMRX8luGth7BToRrsukiDbPlYDo+DI9FipbKkSbXQg+N8LzhhBHlpIAHlJnktVCJ0L7BEPK89S0BnExJnEx/m5h8WZ5fdAjst+n1lgkLmkOBcusBVf2lafnovLPmklLH4sznEpwxLuvu9iGLg4C8+ickopeHcd1LwUrakobuSJYOumx3xo+cRy96gQMJhYxrjzwSCRjLBohj1dOK+c1VjFkgMsRpFUbNP0PMXDkP2ZhA+r7zk2lDw281ZomyZER2GMRezXtr2/aToDPw9RScVLYFjAQAfdANvD/aHFZpBikYmulmaa+AP7O1cVckmqEP4nTQrkZ+1wZam7ryNuvjoDJdJArScq/CuHbdPw34XzBfbYGayUPZ0U7thtBiNTz/m6iD98gcU35zjpzlYKiw7+9BHq83W/Tw8/sW3/AQ6xurg=
|
|
sidebar_class_name: "get api-method"
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Get Faces"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/faces"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get Faces
|
|
|
|
<ParamsDetails
|
|
parameters={undefined}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
title={"Body"}
|
|
body={undefined}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
id={undefined}
|
|
label={undefined}
|
|
responses={{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}
|
|
>
|
|
|
|
</StatusCodes>
|
|
|
|
|
|
|