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
feat: add metadata fields and remove description from movie API
Update movie creation and retrieval endpoints to include new metadata fields while removing the deprecated description field. This enhances the API's data model for better movie metadata handling.
Key changes:
- Add metadata and more_metadata required fields to CreateMovieRequest
- Remove description field from Movie interface
- Update documentation examples to include new metadata fields
- Remove User-Agent header from client configuration
- Update test cases to reflect new API structure
🌿 Generated with Fern
* feat: add metadata fields and remove description from movie API
3
+
* Update movie creation and retrieval endpoints to include new metadata fields while removing the deprecated description field. This enhances the API's data model for better movie metadata handling.
4
+
* Key changes:
5
+
* Add metadata and more_metadata required fields to CreateMovieRequest
6
+
* Remove description field from Movie interface
7
+
* Update documentation examples to include new metadata fields
8
+
* Remove User-Agent header from client configuration
0 commit comments