-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat:Title: Update documentation for API endpoints and usage examples #4
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2009,7 +2009,7 @@ paths: | |
cloudinary_video_url: https://dw71fyauz7yz9.cloudfront.net/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f/thumbs-video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f-00001.png | ||
title: The Millstone201 | ||
user_id: 1452 | ||
video_duration_in_minutes: '2024-09-29' | ||
video_duration_in_minutes: '2024-09-30' | ||
video_source_url: https://dw71fyauz7yz9.cloudfront.net/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f.m3u8 | ||
user: | ||
name: Edgardo "Monroe" \:/ Gusikowski | ||
|
@@ -2019,7 +2019,7 @@ paths: | |
cloudinary_video_url: https://dw71fyauz7yz9.cloudfront.net/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f/thumbs-video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f-00001.png | ||
title: A Many-Splendoured Thing202 | ||
user_id: 1453 | ||
video_duration_in_minutes: '2024-09-29' | ||
video_duration_in_minutes: '2024-09-30' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Repeated inconsistency in video article schema The Actions required:
Example correction: video_duration_in_minutes: 30
video_publish_date: '2024-09-30' |
||
video_source_url: https://dw71fyauz7yz9.cloudfront.net/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f/video-upload__1e42eb0bab4abb3c63baeb5e8bdfe69f.m3u8 | ||
user: | ||
name: Arlena "Catarina" \:/ Zulauf | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistency between field name and value type
The
video_duration_in_minutes
field contains a date value ('2024-09-30') instead of a duration in minutes. This inconsistency could lead to confusion and potential bugs in applications consuming this API.Consider one of the following solutions:
Please clarify the intended purpose of this field and update either the field name or the value type accordingly.