Summary
Video owners should be able to edit or delete their own submissions from the video detail page. The video-service API already supports PUT /videos/{id} and DELETE /videos/{id} with ownership checks.
Acceptance Criteria
References
- Video-service
PUT /videos/{id} — update with ownership check
- Video-service
DELETE /videos/{id} — delete with ownership check
Summary
Video owners should be able to edit or delete their own submissions from the video detail page. The video-service API already supports
PUT /videos/{id}andDELETE /videos/{id}with ownership checks.Acceptance Criteria
References
PUT /videos/{id}— update with ownership checkDELETE /videos/{id}— delete with ownership check