mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
70 lines
2.7 KiB
Plaintext
70 lines
2.7 KiB
Plaintext
---
|
|
id: review-preview-review-event-id-preview-get
|
|
title: "Review Preview"
|
|
description: "Review Preview"
|
|
sidebar_label: "Review Preview"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJyVVE1v2zAM/SsBTxsgxGnRXXwbsG4rsGJFl+1SBAFr07Y62VIlOltg6L8P9FeSpSuwkw2JfHzvkVQHjGWA9AFuKdcIGwXWkUfWtrnJIQVPO02/tm78jp8t7ajhrc63801JDAoceqyJyQtmBw3WBClM0aBAN5CCQ65AgafnVnvKIWXfkoKQVVQjpB3w3kleYK+bEhSwZiMH1wK0uMkhRjWjF9bXyBP2c0t+fwJeoAmvolPT1mJBqQtQULsrsSGnAlvDkI7HE4WPQ7UYN1IjONsECoJ6uVrJJ6eQee3EQEjhW5tlFELRmsX9GAwKMtswNSzh6JzRWe938hQkpzswjTFGBVeXl+fAP9DovE9bXHtv/X+ggvPSY9YD75wYtZE/zVSH8wBjs5NbbPZfi769p0ZKS8YT3TCV5CFuoprO0HvcHxn5xQ4EISqoQ/la228pBCwJZrBXJkTMWKzlNh5q28cnyvhkKh56XUPpMW5zgDnYO7j7bxkfBvteKjaFfF6v784Ah96eNvW+X6XF3bBSQo64srKG03ZxBSkkw33STXsVEzenBPK7af1abyCFitmFNElyqu2y8LpEpuVO52QTdLpv2yEwTRJjMzSVDZy+W60uhpiNbFdhe+dHVaBACg3MV8uL5UpccjZwjf3Ajet5JupE89xJpt+cOIO6H4ieUDcKfoA5Nz16SibNGwXCVuK67hEDffcmRjke3gJxItcBH83Ra/CT9sdPxw5N24sSpTv0WqJfzvyL/rx18OZ+HK63C1Avy5pmqNkf15zYzNr6takIc/I9h+H6fZaROyZ7tuVCfh6ZT9driPEPvigAYA==
|
|
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={"Review Preview"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/review/{event_id}/preview"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Review Preview
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
children={"Request"}
|
|
>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
parameters={[{"name":"event_id","in":"path","required":true,"schema":{"type":"string","title":"Event Id"}},{"name":"format","in":"query","required":false,"schema":{"type":"string","enum":["gif","mp4"],"default":"gif","title":"Format"}}]}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
title={"Body"}
|
|
body={undefined}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
id={undefined}
|
|
label={undefined}
|
|
responses={{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"}}}}}}
|
|
>
|
|
|
|
</StatusCodes>
|
|
|
|
|
|
|