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

[Frontend Migration]: Update API endpoint /api/channel/{channel_id}/ add missing key "aggs" #726

Open
MerlinScheurer opened this issue May 19, 2024 · 0 comments
Labels
react migration Tracking our new React based frontend

Comments

@MerlinScheurer
Copy link
Contributor

MerlinScheurer commented May 19, 2024

Domain

Backend

Description

Problem

"aggs" is missing missing in /api/channel/{channel_id}/, but is provided to the template view.

Solution

Add aggs to /api/channel/{channel_id}/

"aggs": {
  "total_items": { "value": 0 },
  "total_duration": { "value_str": "" },
  "total_size": { "value": "" }
}
@MerlinScheurer MerlinScheurer added the react migration Tracking our new React based frontend label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
react migration Tracking our new React based frontend
Projects
Status: No status
Development

No branches or pull requests

1 participant