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
Updated the movie creation API to include additional metadata fields and modified the movie structure. The CreateMovieRequest interface now accepts two new required metadata fields, while the Movie response type has been simplified by removing the description field.
Key changes:
- Add metadata and more_metadata fields to CreateMovieRequest interface
- Remove description field from Movie response type
- Update documentation examples and tests to reflect new API structure
- Remove User-Agent header from default client configuration
🌿 Generated with Fern
* Updated the movie creation API to include additional metadata fields and modified the movie structure. The CreateMovieRequest interface now accepts two new required metadata fields, while the Movie response type has been simplified by removing the description field.
4
+
* Key changes:
5
+
* Add metadata and more_metadata fields to CreateMovieRequest interface
6
+
* Remove description field from Movie response type
7
+
* Update documentation examples and tests to reflect new API structure
8
+
* Remove User-Agent header from default client configuration
0 commit comments