Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api.md #7971

Merged
merged 2 commits into from Sep 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/integrations/api.md
Expand Up @@ -254,7 +254,7 @@ Accepts the following query string parameters, but they are only applied when an

Returns the snapshot image from the latest event for the given camera and label combo. Using `any` as the label will return the latest thumbnail regardless of type.

### `GET /api/<camera_name>/recording/<frame_time>/snapshot.png`
### `GET /api/<camera_name>/recordings/<frame_time>/snapshot.png`

Returns the snapshot image from the specific point in that cameras recordings.

Expand Down