You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a request to the /upload/video endpoint, if the requested listing is not found, the API currently responds with raw JSON data. This behavior is inconsistent with the expected output, which should follow the defined model format.
🎯 Expected Outcome
The API should return the response in its defined model format, even if the listing is not found.
Proposed Solution
Modify the controller logic for /upload/video to ensure that the response adheres to the defined model format.
📋 Additional Context
No response
📜 Confirmation
I have reviewed the existing issues to avoid duplication
I have provided sufficient detail for others to understand the issue
The text was updated successfully, but these errors were encountered:
📝 Issue Description
When making a request to the
/upload/video
endpoint, if the requested listing is not found, the API currently responds with raw JSON data. This behavior is inconsistent with the expected output, which should follow the defined model format.🎯 Expected Outcome
The API should return the response in its defined model format, even if the listing is not found.
Proposed Solution
/upload/video
to ensure that the response adheres to the defined model format.📋 Additional Context
No response
📜 Confirmation
The text was updated successfully, but these errors were encountered: