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

Post new video endpoint #471

Open
4 tasks
Tracked by #465
Dedekind561 opened this issue Apr 3, 2024 · 0 comments
Open
4 tasks
Tracked by #465

Post new video endpoint #471

Dedekind561 opened this issue Apr 3, 2024 · 0 comments
Labels
🔌 Backend 🏕 Priority Mandatory 📅 Week 2 Assigned during Week 2 of this module

Comments

@Dedekind561
Copy link
Contributor

Dedekind561 commented Apr 3, 2024

HTTP Method: POST

Route: /api/videos

Acceptance Criteria

  • There is a POST /api/videos backend endpoint to facilitate adding videos to the database.
  • The endpoint generates and attaches a unique ID to each newly added video.
  • The endpoint accepts video data in JSON format (example provided).
  • The endpoint responds with a JSON response that includes the generated id (example provided)
@Dedekind561 Dedekind561 added 🔌 Backend 📅 Week 2 Assigned during Week 2 of this module 🏕 Priority Mandatory labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 Backend 🏕 Priority Mandatory 📅 Week 2 Assigned during Week 2 of this module
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant